HUXLEY Genesis
Verified contract
Active on
Ethereum with 1,954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "HUXLEY Genesis"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070391 | a month ago | | | 0 | 0.00027303603 | |
| 20500344 | 4 months ago | | | 0 | 0.000094551156 | |
| 20500274 | 4 months ago | | | 0 | 0.000080693272 | |
| 19822398 | 7 months ago | | | 0 | 0.00019972509 | |
| 19336459 | 9 months ago | | | 0 | 0.0016916830 | |
| 19284693 | 9 months ago | | | 0 | 0.0014240064 | |
| 19139356 | 10 months ago | | | 0 | 0.0012009568 | |
| 19062972 | 10 months ago | | | 0 | 0.00060933995 | |
| 19062970 | 10 months ago | | | 0 | 0.00064552055 | |
| 19062967 | 10 months ago | | | 0 | 0.00061786562 |
ABI
ABI objects
Getter at block 21302704
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PRIVATE_MINTER_ROLE() view returns (bytes32)
0xca848e25c38887dc92feb619111bce326f6d6dc179e86e86381bdb8c00d097b5
REDEEMER_ROLE() view returns (bytes32)
0x44ac9762eec3a11893fefb11d028bb3102560094137c3ed4518712475b2577cc
name() view returns (string)
HUXLEY Genesis
symbol() view returns (string)
GENESIS
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burnBatch(address _account, uint256[] _ids, uint256[] _amounts)
grantRole(bytes32 role, address account)
mint(address _account, uint256 _category, bytes _data)
mintBatch(address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
privateMintBatch(address _account, uint256 _amountToMint, uint256 _category, bytes _data)
redeem(address _account, uint256 _category)
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)
setURI(string _newuri)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
GenesisTokenRedeemed(address _sender, uint256 _categoryId)
PrivateMintExecuted(address _sender, uint256 _categoryId, uint256 _amount)
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, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.