-
Notifications
You must be signed in to change notification settings - Fork 0
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 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 without create new pool if create new pool |