CurioERC1155Wrapper
Verified contract
Active on
Ethereum with 21,141 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 |
---|---|---|---|---|---|
CRO10 | ERC-20 | 1.699K | -- | -- | |
CRO7 | ERC-20 | 1.664K | -- | -- | |
CRO8 | ERC-20 | 1.641K | -- | -- | |
CRO9 | ERC-20 | 1.615K | -- | -- | |
CRO11 | ERC-20 | 1.574K | -- | -- | |
CRO13 | ERC-20 | 1.501K | -- | -- | |
CRO20 | ERC-20 | 1.39K | -- | -- | |
CRO12 | ERC-20 | 1.355K | -- | -- | |
CRO3 | ERC-20 | 1.3K | -- | -- | |
CRO1 | ERC-20 | 1.019K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245968 | 2 hours ago | | | 0 | 0.0010643130 | |
| 21245723 | 3 hours ago | | | 0 | 0.00054326398 | |
| 21245157 | 5 hours ago | | | 0 | 0.00081291190 | |
| 21244384 | 8 hours ago | | | 0 | 0.00082304654 | |
| 21243922 | 9 hours ago | | | 0 | 0.00074383777 | |
| 21243749 | 10 hours ago | | | 0 | 0.0013234244 | |
| 21243746 | 10 hours ago | | | 0 | 0.00089716090 | |
| 21239330 | a day ago | | | 0 | 0.00074618899 | |
| 21235078 | 2 days ago | | | 0 | 0.00051922370 | |
| 21234999 | 2 days ago | | | 0 | 0.00057261315 |
ABI
ABI objects
Getter at block 21246650
isOwner() view returns (bool)
false
owner() view returns (address)
0x5af3e0472315ec9a6e8b101c0a29da33a575bf36
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
contracts(uint256) view returns (address)
exists(uint256 _id) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool)
metadatas(uint256) view returns (string)
supportsInterface(bytes4 _interfaceId) view returns (bool)
uri(uint256 _id) 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)
transferOwnership(address newOwner)
unwrap(uint256 _id, uint256 _quantity)
unwrapBatch(uint256[] _ids, uint256[] _quantities)
wrap(uint256 _id, uint256 _quantity)
wrapBatch(uint256[] _ids, uint256[] _quantities)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.