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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
NAT | ERC-20 | 236.81 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453427 | 3 months ago | | | 0 | 0.000037941000 | |
| 20453390 | 3 months ago | | | 0 | 0.000037941000 | |
| 20453370 | 3 months ago | | | 0 | 0.000037941000 | |
| 20453332 | 3 months ago | | | 0 | 0.000037941000 | |
| 19816850 | 6 months ago | | | 0 | 0.00040291403 | |
| 16894932 | 2 years ago | | | 0 | 0.00071290561 | |
| 15938973 | 2 years ago | | | 0 | 0.0013704516 | |
| 15306555 | 2 years ago | | | 0 | 0.00041864978 | |
| 14685669 | 3 years ago | | | 0 | 0.0016964265 | |
| 13761610 | 3 years ago | | | 0 | 0.0030691167 |
ABI
ABI objects
Getter at block 21161347
contractOwner() view returns (address)
0x49e0a606ff2d6b988c43791f8de58f5526ca67a5
decimals() view returns (uint256)
18
name() view returns (string)
Natmin
standard() view returns (string)
ERC20 / ERC223
symbol() view returns (string)
NAT
totalSupply() view returns (uint256)
340000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _user) view returns (uint256 balance)
getVestedAmount(address _user) view returns (uint256 _amount)
getVestingEndTime(address _user) view returns (uint256 _endTime)
vestingEnded(address _user) view returns (bool)
State-modifying
Events addVesting(address _user, uint256 _amount, uint256 _endTime)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
endVesting(address _user)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _user, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value, bytes _data)
TransferredOwnership(address indexed _previousOwner, address indexed _newOwner)
constructor(uint256 _supply)
fallback()
This contract contains no error objects.