RevenueTokenManager
Verified contract
Active on
Ethereum with 83 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7c81…be52
Balances ($573,500.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NII | ERC-20 | 50B | $0.000011 |
$573,500 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20780701 | 2 months ago | | | 0 | 0.0011234059 | |
| 20780424 | 2 months ago | | | 0 | 0.0018915399 | |
| 20780420 | 2 months ago | | | 0 | 0.0019270088 | |
| 20780401 | 2 months ago | | | 0 | 0.00029370601 | |
| 20780148 | 2 months ago | | | 0 | 0.0027930410 | |
| 20780141 | 2 months ago | | | 0 | 0.0030112614 | |
| 20780138 | 2 months ago | | | 0 | 0.0031891711 | |
| 20780095 | 2 months ago | | | 0 | 0.0035695281 | |
| 20780087 | 2 months ago | | | 0 | 0.0041723547 | |
| 20780072 | 2 months ago | | | 0 | 0.00050381814 |
ABI
ABI objects
Getter at block 21184136
beneficiary() view returns (address)
0x042469a11d763b8a91f5322fa9b4bad7ee72a204
deployer() view returns (address)
0x042469a11d763b8a91f5322fa9b4bad7ee72a204
destructor() view returns (address)
0x042469a11d763b8a91f5322fa9b4bad7ee72a204
executedReleasesCount() view returns (uint256)
70
operator() view returns (address)
0x042469a11d763b8a91f5322fa9b4bad7ee72a204
releasesCount() view returns (uint256)
120
selfDestructionDisabled() view returns (bool)
false
token() view returns (address)
0x7c8155909cd385f120a56ef90728dd50f9ccbe52
totalLockedAmount() view returns (uint256)
50000000000000000000000000
totalReleasedAmount() view returns (uint256)
70000000000000000000000000
Read-only
balanceRecordsCount(address) view returns (uint256)
recordBalance(address, uint256 index) view returns (uint256)
recordBlockNumber(address, uint256 index) view returns (uint256)
recordIndexByBlockNumber(address, uint256 blockNumber) view returns (int256)
releaseIndexByBlockNumber(uint256 blockNumber) view returns (int256)
releases(uint256) view returns (uint256 blockNumber, uint256 earliestReleaseTime, uint256 amount, uint256 totalAmount, bool done)
State-modifying
Events defineReleases(struct TokenMultiTimelockRelease[] _releases)
disableSelfDestruction()
release(uint256 index)
setBeneficiary(address _beneficiary)
setDeployer(address newDeployer)
setOperator(address newOperator)
setReleaseBlockNumber(uint256 index, uint256 blockNumber)
setToken(address _token)
triggerSelfDestruction()
DefineReleaseEvent(uint256 blockNumber, uint256 earliestReleaseTime, uint256 amount, uint256 totalAmount, bool done)
ReleaseEvent(uint256 index, uint256 blockNumber, uint256 earliestReleaseTime, uint256 actualReleaseTime, uint256 amount)
SelfDestructionDisabledEvent(address wallet)
SetBeneficiaryEvent(address beneficiary)
SetDeployerEvent(address oldDeployer, address newDeployer)
SetOperatorEvent(address oldOperator, address newOperator)
SetReleaseBlockNumberEvent(uint256 index, uint256 blockNumber)
SetTokenEvent(address token)
TriggerSelfDestructionEvent(address wallet)
constructor(address deployer)
This contract contains no fallback and receive objects.
This contract contains no error objects.