Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x19da…7ff9
0x5ad0…d71a
Balances ($707.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WARPED | ERC-20 | 660.569639K | $0.001072 |
$707.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269197 | an hour ago | | | 0 | 0.00038440613 | |
| 21266867 | 9 hours ago | | | 0 | 0.00087055695 | |
| 21266758 | 9 hours ago | | | 0 | 0.00039874508 | |
| 21266738 | 9 hours ago | | | 0 | 0.00040235608 | |
| 21264473 | 17 hours ago | | | 0 | 0.00079381686 | |
| 21264224 | 18 hours ago | | | 0 | 0.0010212716 | |
| 21263387 | 21 hours ago | | | 0 | 0.00046663024 | |
| 21263002 | a day ago | | | 0 | 0.00040894200 | |
| 21262819 | a day ago | | | 0 | 0.00028975391 | |
| 21262131 | a day ago | | | 0 | 0.00032174708 |
ABI
ABI objects
Getter at block 21269540
decimals() view returns (uint8)
18
name() view returns (string)
WARPED
owner() view returns (address)
0x8ec73532e19572a771da63d327db6d496b5ee721
symbol() view returns (string)
WARPED
taxHandler() view returns (address)
0x19da0d2ed37d4390d2798b9831bfee4ad5477ff9
totalSupply() view returns (uint256)
10000000000000000000000000000
treasuryHandler() view returns (address)
0x5ad032625f1c616a0fa50939e1929b8148f9d71a
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTaxHandler(address taxHandlerAddress)
updateTreasuryHandler(address treasuryHandlerAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxHandlerUpdated(address newAddress)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryHandlerUpdated(address newAddress)
constructor(address deployerAddress, address taxHandlerAddress, address treasuryHandlerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.