HUXLEY Codec
Verified contract
Active on
Ethereum with 158 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 "HUXLEY Codec"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006555 | a month ago | | | 0 | 0.00037581665 | |
| 20955438 | a month ago | | | 0 | 0.00054544806 | |
| 20876302 | a month ago | | | 0 | 0.00028544753 | |
| 20863431 | 2 months ago | | | 0 | 0.00043251811 | |
| 20635322 | 3 months ago | | | 0 | 0.00023392879 | |
| 20634254 | 3 months ago | | | 0 | 0.00012162839 | |
| 20628639 | 3 months ago | | | 0 | 0.00010388270 | |
| 20612930 | 3 months ago | | | 0 | 0.00012286173 | |
| 20612905 | 3 months ago | | | 0 | 0.00017232020 | |
| 20427885 | 4 months ago | | | 0 | 0.00071568075 |
ABI
ABI objects
Getter at block 21203550
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
CATEGORY() view returns (uint256)
1
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
IPLicensesIncluded() pure returns (string)
Personal Use, Commercial Display, Merchandising
PRIVATE_MINTER_ROLE() view returns (bytes32)
0xca848e25c38887dc92feb619111bce326f6d6dc179e86e86381bdb8c00d097b5
name() view returns (string)
HUXLEY Codec
owner() view returns (address)
0x333fea00aec6f62552d54b9c89eb7f90db8a593c
symbol() view returns (string)
CODEC
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burnBatch(address _account, uint256 _amount)
grantRole(bytes32 role, address account)
privateMint(address _account, uint256 _amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setDefaultRoyalty(address receiver, uint96 numerator)
setURI(string _newuri)
transferOwnership(address newOwner)
updateMetadata()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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(string _uri, address _royaltyReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.