Wrapped Origin Axie
Verified contract
Active on
Ethereum with 2,247 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 |
---|---|---|---|---|---|
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- | |
AXIE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20955320 | a month ago | | | 0 | 0.00067061599 | |
| 20495457 | 3 months ago | | | 0 | 0.000024168000 | |
| 20012463 | 6 months ago | | | 0 | 0.00056054364 | |
| 19717533 | 7 months ago | | | 0 | 0.00028721649 | |
| 18879444 | a year ago | | | 0 | 0.0012349073 | |
| 18805816 | a year ago | | | 0 | 0.025340794 | |
| 18805806 | a year ago | | | 0 | 0.0018454969 | |
| 18802716 | a year ago | | | 0 | 0.045416074 | |
| 18802705 | a year ago | | | 0 | 0.0011374828 | |
| 18802603 | a year ago | | | 0 | 0.0017176934 |
ABI
ABI objects
Getter at block 21264038
AXIE_CORE() view returns (address)
0xf5b0a3efb8e8e4c201e2a935f110eaaf3ffecb8d
AXIE_EXTRA() view returns (address)
0x10e304a53351b272dc415ad049ad06565ebdfe34
_totalSupply() view returns (uint256)
20000000000000000000
decimals() view returns (uint8)
18
isPaused() view returns (bool)
false
name() view returns (string)
Wrapped Origin Axie
owner() view returns (address)
0xa5d3d4e3bfb250a0a9aee82b306b738b5d1dbef0
symbol() view returns (string)
WOA
totalSupply() view returns (uint256)
20000000000000000000
Read-only
_allowance(address, address) view returns (uint256)
_balanceOf(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
axieIds(uint256) view returns (uint256)
balanceOf(address account) view returns (uint256)
isValidCommonOrigin(uint256 _axieId) view returns (bool)
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[] _axieIdsToWrap)
Approval(address indexed owner, address indexed spender, uint256 value)
AxieUnwrapped(uint256 axieId)
AxieWrapped(uint256 axieId)
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.