Moonfrost

Verified contract

Active on Ethereum with 980 txns
Deployed by via 0x6c4f8096 at 20375723
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Moonfrost"

0x27560691038ebcdaa6ad057fed7307581079564a7a13849737512a8fdf238535
0xd11cb947287cb2dba02ac263878d04f9eafec7e6adc200677d59baae45a2f76a
0x7c51de06ad8b9c2bccf43dcd148bcf8bbd6e71908779c684a59807e3dd3aa098
0xaae0338412d7ab9ff491a3452b9f6ce87b0c6d462c5fb4e895164e64a7444c27
0x98deac83d608e779c31dc7fd0c606de95b56c4809727796f77107d515e40d70a
0x7d8edfa2c6d2c39cccb51906654331e7cd0a406ef364fd0bdbbcd284d1379eb4
0x182255fcb7d520f3f17975dcdb6a3dfc1cbd7c4e1a7780afd9c9ec3e4e778d03
0xd5c5b0717531ad3740f14c3ac9eddcee0822d4f584e76ec77b9e36880aeb394f
0xb5d26f0dad20220867b3a67f1951a0eb7c4467e380a167ff2508c8be95a892f7
0x4199ec0f9557118fec06284e53c11bedbbd667cde67068ea729882f32696e90a

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
mint(bytes32[] proofbytes32 leaf
mintBatch(address touint256[] idsuint256[] amountsbytes data
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setRoot(bytes32 r
setURI(string newuri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account