Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4201…85d2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10179710 | 4 years ago | | | 0 | 0.0013550700 | |
| 10062813 | 4 years ago | | | 0 | 0.0050031340 | |
| 10056356 | 5 years ago | | | 0 | 0.0053268662 | |
| 10049913 | 5 years ago | | | 0 | 0.0043262394 | |
| 10043475 | 5 years ago | | | 0 | 0.0018541026 | |
| 10036990 | 5 years ago | | | 0 | 0.0027664388 | |
| 10030583 | 5 years ago | | | 0 | 0.0022425812 | |
| 10024065 | 5 years ago | | | 0 | 0.0024427066 | |
| 10017649 | 5 years ago | | | 0 | 0.0017069516 | |
| 10011226 | 5 years ago | | | 0 | 0.0020100827 |
ABI
ABI objects
Getter at block 21180421
distributionConfigsLength() view returns (uint256 length)
3
isOwner() view returns (bool)
false
owner() view returns (address)
0x0c8a712e82ee164af60d51891ce7d1ad51370de5
paused() view returns (bool)
true
token() view returns (address)
0x420167d87d35c3a249b32ef6225872fbd9ab85d2
Read-only
distributionConfigs(uint256) view returns (address lockedWallet, address unlockWallet, uint256 ratioDTV, uint256 ratioDecimals)
isPauser(address account) view returns (bool)
isSigner(address account) view returns (bool)
State-modifying
Events addDistributionConfig(address lockedWallet, address unlockWallet, uint256 ratioDTV, uint256 ratioDecimals)
addPauser(address account)
addSigner(address account)
deleteDistributionConfig(uint256 index)
destroy()
distribute(uint256 dailyTradedVolume)
editDistributionConfig(uint256 index, uint256 ratioDTV, uint256 ratioDecimals)
pause()
removePauser(address account)
removeSigner(address account)
renounceOwnership()
renouncePauser()
renounceSigner()
transferOwnership(address newOwner)
unpause()
Distributed(uint256 indexed date, address indexed lockedWallet, address indexed unlockWallet, uint256 ratioDTV, uint256 ratioDecimals, uint256 dailyTradedVolume, uint256 amount)
DistributionConfigAdded(address indexed lockedWallet, address indexed unlockWallet, uint256 ratioDTV, uint256 ratioDecimals)
DistributionConfigDeleted(uint256 indexed index, address indexed lockedWallet, address indexed unlockWallet, uint256 ratioDTV, uint256 ratioDecimals)
DistributionConfigEdited(uint256 indexed index, address indexed lockedWallet, address indexed unlockWallet, uint256 previousRatioDTV, uint256 previousRatioDecimals, uint256 ratioDTV, uint256 ratioDecimals)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
TotalDistributed(uint256 indexed date, uint256 dailyTradedVolume, uint256 amount)
Unpaused(address account)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.