Skip to content

List of events

Andrew Dmytrenko edited this page Jul 6, 2022 · 3 revisions
functions events links
constructor
if without whitelist
       OwnershipTransferred (address previousOwner, address newOwner)
       Transfer (address from, address to, uint256 value)

if with whitelist OwnershipTransferred (address previousOwner, address newOwner) Transfer (address from, address to, uint256 value) NewWhiteList (uint256 _WhiteListCount, address _creator, address _contract, uint256 _changeUntil)
if without whitelist
if with whitelist
SetLockingDetails
       Transfer(address indexed from, address indexed to, uint256 value)
       Approval(address indexed owner, address indexed spender, uint256 value)
       TransferIn(uint256 Amount, address From, address Token)
       LockingDetails(address TokenAddress, uint256 Amount, uint8 TotalUnlocks, uint256 FinishTime)
SetLockingDetails
ActivateSynthetic
if without create new pool
       TransferOut(uint256 Amount, address To, address Token)
       Transfer(address indexed from, address indexed to, uint256 value)
       Approval(address indexed owner, address indexed spender, uint256 value)
       TokenActivated(address Owner, uint256 Amount)

if create new pool TransferOut(uint256 Amount, address To, address Token) Transfer(address indexed from, address indexed to, uint256 value) Approval(address indexed owner, address indexed spender, uint256 value) NewPoolCreated(uint256 PoolId, address Token, uint64 FinishTime, uint256 StartAmount, address Owner) TokenActivated(address Owner, uint256 Amount)
if without create new pool
if create new pool

Clone this wiki locally