MINT GRANT
Unverified contract
Proxy
Active on
Base with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "MINT GRANT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22051516 | a day ago | | | 0 | 3.2123013e-7 | |
| 22051470 | a day ago | | | 0 | 2.5794282e-7 | |
| 22045513 | a day ago | | | 0 | 6.4130185e-7 | |
| 22023035 | 2 days ago | | | 0 | 2.4402875e-7 | |
| 22022919 | 2 days ago | | | 0 | 1.9781367e-7 | |
| 22022825 | 2 days ago | | | 0 | 2.9700982e-7 | |
| 21816152 | 7 days ago | | | 0 | 1.8925916e-7 | |
| 21780545 | 8 days ago | | | 0 | 1.9859030e-7 | |
| 21589030 | 12 days ago | | | 0 | 3.9456087e-7 | |
| 21555141 | 13 days ago | | | 0 | 3.3980120e-7 |
ABI
ABI objects
Getter at block 22109008
bond() view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
contractURI() view returns (string)
https://mint.club/metadata/8453/MINTGRANT.json
decimals() pure returns (uint8)
0
name() view returns (string)
MINT GRANT
symbol() view returns (string)
MINTGRANT
totalSupply() view returns (uint256)
98
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burnByBond(address account, uint256 amount)
init(string name_, string symbol_, string uri_)
mintByBond(address to, uint256 amount)
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)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
MCV2_MultiToken__AlreadyInitialized()
MCV2_MultiToken__BurnAmountExceedsTotalSupply()
MCV2_MultiToken__NotApproved()
MCV2_MultiToken__PermissionDenied()