Moonfrost
Verified contract
Active on
Ethereum with 980 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 "Moonfrost"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21399207 | a day ago | | | 0 | 0.00039895876 | |
| 21396661 | a day ago | | | 0 | 0.00030515103 | |
| 21396286 | 2 days ago | | | 0 | 0.0012746109 | |
| 21395838 | 2 days ago | | | 0 | 0.00054770974 | |
| 21395821 | 2 days ago | | | 0 | 0.00063996315 | |
| 21395781 | 2 days ago | | | 0 | 0.00077652903 | |
| 21395742 | 2 days ago | | | 0 | 0.0020307962 | |
| 21392984 | 2 days ago | | | 0 | 0.00069180807 | |
| 21391305 | 2 days ago | | | 0 | 0.00050233470 | |
| 21379574 | 4 days ago | | | 0 | 0.00099189517 |
ABI
ABI objects
Getter at block 21407158
maxSupply() view returns (uint256)
500
name() view returns (string)
Moonfrost
openToPublic() view returns (bool)
false
owner() view returns (address)
0x97090528e131bd13cbce40e7fa5afdbd9cc3bd1b
root() view returns (bytes32)
0x5afa16d3edc5b2be3c15e552cdd570f4b0f207624e9787e4fc714ea30a5767b7
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events mint(bytes32[] proof, bytes32 leaf)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
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)
setRoot(bytes32 r)
setURI(string newuri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(address initialOwner)
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)