Thorchain Collectibles
Verified contract
Active on
Ethereum with 4,754 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Thorchain Collectibles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314191 | 2 days ago | | | 0 | 0.00062091259 | |
| 21305614 | 3 days ago | | | 0 | 0.00032087853 | |
| 21304760 | 3 days ago | | | 0 | 0.00062357585 | |
| 21304754 | 3 days ago | | | 0 | 0.00066595072 | |
| 21302721 | 3 days ago | | | 0 | 0.00064625597 | |
| 21301361 | 3 days ago | | | 0 | 0.00055509052 | |
| 21256785 | 10 days ago | | | 0 | 0.00043642187 | |
| 21222842 | 14 days ago | | | 0 | 0.00088505729 | |
| 21159323 | 23 days ago | | | 0 | 0.0016375130 | |
| 21156588 | 24 days ago | | | 0 | 0.00048971546 |
ABI
ABI objects
Getter at block 21326414
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmQs6Pxe4UbseNNDMAQTMwgRi95PXaVgQhu6mq7ZYiY2UG
isOwner() view returns (bool)
false
name() view returns (string)
Thorchain Collectibles
owner() view returns (address)
0x5fb4a0983dad1a0fae31ed67f1aaffea3f3e8ec2
symbol() view returns (string)
THOR
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events batchMint(address _to, uint256[] _ids, uint256[] _quantities, bytes _data)
create(address _initialOwner, uint256 _initialSupply, string _uri, bytes _data) returns (uint256)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _amount, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseMetadataURI(string _newBaseMetadataURI)
setCreator(address _to, uint256[] _ids)
transferOwnership(address newOwner)
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[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _uri, uint256 indexed _id)
constructor(address _proxyRegistryAddress, string _contractUri, string _metadataUri, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.