ODIN Token
Verified contract
Active on
Ethereum with 7,140 txns
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 |
---|---|---|---|---|---|
WLM | ERC-20 | 132 | -- | -- | |
ODIN | ERC-20 | 100 | -- | -- | |
FLOV | ERC-20 | 4 | -- | -- | |
ODIN | ERC-20 | 1.5 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11111596 | 4 years ago | | | 0 | 0.0019650720 | |
| 10355320 | 4 years ago | | | 0 | 0.0010644140 | |
| 9867224 | 5 years ago | | | 0 | 0.000025939000 | |
| 9753127 | 5 years ago | | | 0 | 0.000025939000 | |
| 9752719 | 5 years ago | | | 0 | 0.000040939000 | |
| 9752716 | 5 years ago | | | 0 | 0.000081878000 | |
| 8663140 | 5 years ago | | | 0 | 0.0 | |
| 8654843 | 5 years ago | | | 0 | 0.0 | |
| 8639319 | 5 years ago | | | 0 | 0.0 | |
| 8638442 | 5 years ago | | | 0 | 0.0 |
ABI
ABI objects
Getter at block 21256504
decimals() view returns (uint8)
18
name() view returns (string)
ODIN Token
owner() view returns (address)
0xe730d03026a11c269a4ee0dc0da8a9b53db9fd58
symbol() view returns (string)
ODIN
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
canSpend(address tokenOwner, uint256 _value) view returns (bool success)
State-modifying
Events airdrop(address[] recipients, uint256[] values)
approve(address spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool)
transfer(address to, uint256 _value) returns (bool success)
transferFrom(address from, address to, uint256 _value) returns (bool success)
whitelistAddress(address tokenOwner) returns (bool)
whitelistAllAddresses() returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.