ChampionsArena
Verified contract
Active on
Ethereum with 2,376 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 "ChampionsArena"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114504 | a month ago | | | 0 | 0.00039511190 | |
| 21077907 | a month ago | | | 0 | 0.00058545250 | |
| 21074301 | a month ago | | | 0 | 0.00052860560 | |
| 21070064 | a month ago | | | 0 | 0.00044954746 | |
| 21069274 | a month ago | | | 0 | 0.00052133809 | |
| 20993788 | a month ago | | | 0 | 0.0014456421 | |
| 20993628 | a month ago | | | 0 | 0.0023455935 | |
| 20980233 | a month ago | | | 0 | 0.00077212231 | |
| 20977895 | a month ago | | | 0 | 0.00081124272 | |
| 20965909 | 2 months ago | | | 0 | 0.0014452488 |
ABI
ABI objects
Getter at block 21298275
NF_INDEX_MASK() view returns (uint256)
340282366920938463463374607431768211455
client() view returns (string)
ChampionsArena
contractURI() view returns (string)
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x3e52531da35868993865c76e2851918c925d40c9
paused() view returns (bool)
false
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
getNonFungibleBaseType(uint256 _id) pure returns (uint256)
getNonFungibleIndex(uint256 _id) pure returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isFungible(uint256 _id) pure returns (bool)
isNonFungible(uint256 _id) pure returns (bool)
isNonFungibleBaseType(uint256 _id) pure returns (bool)
isNonFungibleItem(uint256 _id) pure returns (bool)
nfExists(uint256) view returns (bool)
nfOwners(uint256) view returns (address)
ownerOf(uint256 _id) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events batchAuthorizeCreators(address[] _addresses)
batchDeauthorizeCreators(address[] _addresses)
broadcastURIEvent(uint256 _tokenId)
burn(address _from, uint256[] _ids, uint256[] _values)
create(bool _isNF) returns (uint256 _type)
mintFungible(uint256 _id, address[] _to, uint256[] _quantities, bytes _data)
mintNonFungible(uint256[] _ids, address[] _to, bytes _data)
pause()
renounceOwnership()
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 _baseURI)
setContractURI(string _contractUri)
transferOwnership(address newOwner)
unpause()
updateClientName(string _newClientName)
updateOperatorFilterRegistryAddress(address newRegistry)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseTypeCreated(uint256 baseType)
BaseURI(string baseURI)
Client(string _clientName)
ContractURI(string contractURI)
Creator(address _creator, bool _authorized)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(string _client)
This contract contains no fallback and receive objects.
OnlyOwner()
OperatorNotAllowed(address operator)