INVERSE
Verified contract
Active on
Ethereum with 4,901 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeab5…f0eb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XIV | ERC-20 | 11.41815K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20881329 | a month ago | | | 0 | 0.00032640899 | |
| 20849542 | a month ago | | | 0 | 0.00018620059 | |
| 20849539 | a month ago | | | 0 | 0.00018936409 | |
| 20666895 | 2 months ago | | | 0 | 0.000054602014 | |
| 20505360 | 3 months ago | | | 0 | 0.000054537620 | |
| 20504187 | 3 months ago | | | 0 | 0.000047443463 | |
| 20504177 | 3 months ago | | | 0 | 0.000050972378 | |
| 20504174 | 3 months ago | | | 0 | 0.000051333707 | |
| 20504173 | 3 months ago | | | 0 | 0.000049066632 | |
| 20504172 | 3 months ago | | | 0 | 0.000051892561 |
ABI
ABI objects
Getter at block 21158670
decimals() view returns (uint8)
18
locker() view returns (address)
0xeab5a650628f3b2062ce1d1c1068af45476cf0eb
name() view returns (string)
INVERSE
owner() view returns (address)
0x9eba3b17211bcb00f95ca79b06ceb660fe0c6064
symbol() view returns (string)
XIV
totalSupply() view returns (uint256)
89987301736450090023651296
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLocker(address _locker)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.