ERC20 interface (IPoly.sol)
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);Functions
decimals
totalSupply
balanceOf
allowance
transfer
transferFrom
approve
decreaseApproval
increaseApproval
PreviousBurn module for burning tokens and keeping track of burnt amounts (ScheduledCheckpoint.sol)NextTransfer Manager module for core transfer validation functionality (VolumeRestrictionTMProxy.sol)
Last updated
Was this helpful?