ODEM Token
Verified contract
Active on
Ethereum with 12,500 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ODEM | ERC-20 | 26.965711K | $0.000351 |
$9.46 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
CBX | ERC-20 | 75 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21229096 | 2 days ago | | | 0 | 0.0048896100 | |
| 21229074 | 2 days ago | | | 0 | 0.00056291260 | |
| 21228979 | 2 days ago | | | 0 | 0.00062148009 | |
| 21228210 | 2 days ago | | | 0 | 0.00044529138 | |
| 21228192 | 2 days ago | | | 0 | 0.00038525247 | |
| 21227916 | 2 days ago | | | 0 | 0.00029138315 | |
| 21227900 | 2 days ago | | | 0 | 0.00036975008 | |
| 21227856 | 2 days ago | | | 0 | 0.00046231682 | |
| 21226072 | 3 days ago | | | 0 | 0.00056860754 | |
| 21162323 | 12 days ago | | | 0 | 0.00072170121 |
ABI
ABI objects
Getter at block 21244824
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
ODEM Token
owner() view returns (address)
0x607646f9ad1925c1839f0cf77fd0bcf27e0e2994
paused() view returns (bool)
false
symbol() view returns (string)
ODEM
totalSupply() view returns (uint256)
396969697000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.