TokenURIMaker
Verified contract
Active on
Ethereum with 1 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 "TokenURIMaker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15666428 | 2 years ago | | | 0 | 0.00090639484 |
ABI
ABI objects
Getter at block 21206710
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PASSPORT_CONTRACT() view returns (address)
0x0a16305612706b4eabce43247d61fe7fbed708e4
UPDATER_ROLE() view returns (bytes32)
0x73e573f9566d61418a34d5de3ff49360f9c51fec37f7486551670290f6285dab
WL_CONTRACT() view returns (address)
0x958414a65a2267645d4b52b6850d4aa82f5159ee
_batch() view returns (string)
Genesis Passport
_batchCount() view returns (uint16)
1
contractURI() view returns (string)
Read-only
batchMax(uint16 batch_no) view returns (uint256)
getBatch(uint256 _tokenId) view returns (uint16)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
maketokenURi(uint256 _tokenId, uint256 wlSpots, uint256 winChances, uint256 softClay) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBatch(uint256 max_mintid, string batch, uint16 batch_no)
setContractURI(string name, string desc, string image, string link, string royalty) returns (string)
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)
constructor(address passContract, address wlContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.