Wrapped Leviathan
Verified contract
Active on
Ethereum with 213 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 |
---|---|---|---|---|---|
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- | |
AART | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20505919 | 3 months ago | | | 0 | 0.00011223238 | |
| 19692647 | 7 months ago | | | 0 | 0.00053956097 | |
| 17053721 | 2 years ago | | | 0 | 0.0012063736 | |
| 17053028 | 2 years ago | | | 0 | 0.00068373683 | |
| 16380193 | 2 years ago | | | 0 | 0.00082862483 | |
| 15984297 | 2 years ago | | | 0 | 0.00041573987 | |
| 15984297 | 2 years ago | | | 0 | 0.00072732556 | |
| 15984286 | 2 years ago | | | 0 | 0.0032547372 | |
| 15255450 | 2 years ago | | | 0 | 0.00067403425 | |
| 14635105 | 3 years ago | | | 0 | 0.0074513859 |
ABI
ABI objects
Getter at block 21185140
LEVIATHAN() view returns (address)
0xee52c053e091e8382902e7788ac27f19bbdfeedc
_totalSupply() view returns (uint256)
185000000000000000000
decimals() view returns (uint8)
18
isPaused() view returns (bool)
false
name() view returns (string)
Wrapped Leviathan
owner() view returns (address)
0xf68eaebf7795d71c2144d8466e03b85fe3c88069
symbol() view returns (string)
WLEV
totalSupply() view returns (uint256)
185000000000000000000
Read-only
_allowance(address, address) view returns (uint256)
_balanceOf(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkClaim(uint256 ID) view returns (uint256)
leviathans(uint256) view returns (uint256)
onERC721Received(address _from, uint256 _tokenId, bytes _data) view returns (bytes4)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool _success)
pause()
setOwnership(address _newOwner)
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
unpause()
unwrap(uint256 _amount)
unwrapFor(uint256 _amount, address _recipient)
wrap(uint256[] _leviathansToWrap)
Approval(address indexed owner, address indexed spender, uint256 value)
LeviathanUnwrapped(uint256 leviathanID)
LeviathanWrapped(uint256 leviathanID)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.