WrappedCurioCards
Verified contract
Active on
Ethereum with 2,163 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 |
---|---|---|---|---|---|
CRO17 | ERC-20 | 222 | -- | -- | |
CRO10 | ERC-20 | 93 | -- | -- | |
CRO9 | ERC-20 | 56 | -- | -- | |
CRO8 | ERC-20 | 47 | -- | -- | |
CRO7 | ERC-20 | 33 | -- | -- | |
CRO12 | ERC-20 | 28 | -- | -- | |
CRO13 | ERC-20 | 24 | -- | -- | |
CRO11 | ERC-20 | 21 | -- | -- | |
CRO14 | ERC-20 | 17 | -- | -- | |
CRO16 | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995981 | a month ago | | | 0 | 0.00045167075 | |
| 20874549 | a month ago | | | 0 | 0.00026458888 | |
| 20825608 | 2 months ago | | | 0 | 0.00056198941 | |
| 20808005 | 2 months ago | | | 0 | 0.00085523931 | |
| 20686963 | 2 months ago | | | 0 | 0.00021622240 | |
| 20477398 | 3 months ago | | | 0 | 0.00080279480 | |
| 20320918 | 4 months ago | | | 0 | 0.00039158984 | |
| 19630654 | 7 months ago | | | 0 | 0.00077364629 | |
| 19625114 | 7 months ago | | | 0 | 0.00093060662 | |
| 19542510 | 7 months ago | | | 0 | 0.0011433407 |
ABI
ABI objects
Getter at block 21183937
owner() view returns (address)
0x00000098c4b2748fe5e3832bc83a50a0bbb564db
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
isApprovedForAll(address _owner, address _operator) view returns (bool)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
uri(uint256) view returns (string)
State-modifying
Events safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _uri)
unwrap(uint256 id, uint256 amount)
wrap(uint256 id, uint256 amount)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _values)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _value)
URI(string _value, uint256 indexed _id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.