Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
uDOO | ERC-20 | 319.209253M | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
uDOO | ERC-20 | 111.76476K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
FLOV | ERC-20 | 3 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13717836 | 3 years ago | | | 0 | 0.0074661481 | |
| 12534773 | 3 years ago | | | 0 | 0.0010006080 | |
| 12348361 | 4 years ago | | | 0 | 0.0011673760 | |
| 12218017 | 4 years ago | | | 0 | 0.0025154560 | |
| 12213225 | 4 years ago | | | 0 | 0.0037708800 | |
| 12182842 | 4 years ago | | | 0 | 0.0060135120 | |
| 12093904 | 4 years ago | | | 0 | 0.0039857143 | |
| 12090314 | 4 years ago | | | 0 | 0.0092729120 | |
| 12084010 | 4 years ago | | | 0 | 0.0039160000 | |
| 11999828 | 4 years ago | | | 0 | 0.0031838240 |
ABI
ABI objects
Getter at block 21246138
allowedMinting() view returns (bool)
false
amendCount() view returns (uint256)
0
availableTokens() view returns (uint256 tokens)
0
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
888888888000000000000000000
name() view returns (string)
uDOO
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x966917a4c19888a012786d3220126090b8236da2
standard() view returns (string)
ERC20 0.1
symbol() view returns (string)
uDOO
time() view returns (uint256)
1534896000
totalSupply() view returns (uint256)
888888888000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
excludedAddresses(address) view returns (bool)
mintingAgents(address) view returns (bool)
stateChangeAgents(address) view returns (bool)
State-modifying
Events acceptOwnership()
amendBalances(address[] _holders)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disableMinting()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
migrateBalances(address _token, address[] _holders)
mint(address _holder, uint256 _tokens)
setUnlockTime(uint256 _unlockTokensTime)
transfer(address _to, uint256 _tokens) returns (bool)
transferFrom(address _holder, address _to, uint256 _tokens) returns (bool)
transferOwnership(address _newOwner)
updateExcludedAddress(address _address, bool _status)
updateMintingAgent(address _agent, bool _status)
updateStateChangeAgent(address _agent, bool _status)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed holder, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _unlockTokensTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.