Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($129.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLD | ERC-20 | 56.22162 | $2.30 |
$129.31 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 42M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 17.778K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012684 | 21 days ago | | | 0 | 0.00024862801 | |
| 20906342 | a month ago | | | 0 | 0.00046420755 | |
| 20370566 | 4 months ago | | | 0 | 0.00064122448 | |
| 20292416 | 4 months ago | | | 0 | 0.00022497665 | |
| 20136075 | 5 months ago | | | 0 | 0.00032424375 | |
| 19941107 | 6 months ago | | | 0 | 0.00040603299 | |
| 19861170 | 6 months ago | | | 0 | 0.0010430100 | |
| 19861019 | 6 months ago | | | 0 | 0.00027951758 | |
| 19673721 | 7 months ago | | | 0 | 0.00084964500 | |
| 19664194 | 7 months ago | | | 0 | 0.00040358644 |
ABI
ABI objects
Getter at block 21166668
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
1000000000000000000000000000
mintingDone() view returns (bool)
true
name() view returns (string)
VALID
owner() view returns (address)
0x3d4cd19c1533611e1192084ba8faa62b47a9417c
symbol() view returns (string)
VLD
totalSupply() view returns (uint256)
449848163690300000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting()
lockTokens(address[] _holders, uint256[] _timeouts)
mint(address[] _recipients, uint256[] _amounts)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
TokensLocked(address indexed _holder, uint256 _timeout)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value, bytes _data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.