OddzToken
Verified contract
Active on
Ethereum with 18,515 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OddzToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154821 | 9 hours ago | | | 0 | 0.00031799810 | |
| 21154813 | 9 hours ago | | | 0 | 0.00035663211 | |
| 21154808 | 9 hours ago | | | 0 | 0.00037279097 | |
| 21151969 | 19 hours ago | | | 0 | 0.00020346782 | |
| 21151767 | 19 hours ago | | | 0 | 0.00040696359 | |
| 21150732 | a day ago | | | 0 | 0.00040769773 | |
| 21150328 | a day ago | | | 0 | 0.00064640341 | |
| 21149301 | a day ago | | | 0 | 0.00031332297 | |
| 21147722 | a day ago | | | 0 | 0.00022190060 | |
| 21146293 | 2 days ago | | | 0 | 0.00022973165 |
ABI
ABI objects
Getter at block 21157558
DOMAIN_SEPARATOR() view returns (bytes32)
0x4012263a3ca509812358b6f2d3e40b41d2080883335bcefb66a74bf441316ecc
decimals() view returns (uint8)
18
name() view returns (string)
OddzToken
owner() view returns (address)
0xe36b46aea38d1e9c7a4ceb698682bf46932782fe
symbol() view returns (string)
ODDZ
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
rescueTokens(address token, address destination, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RescueTokens(address indexed token, address indexed destination, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.