Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "wgmis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138211 | 4 days ago | | | 0 | 0.00052341974 | |
| 20630278 | 2 months ago | | | 0 | 0.000059300711 | |
| 20538475 | 3 months ago | | | 0 | 0.000060746612 | |
| 20488319 | 3 months ago | | | 0 | 0.00010517994 | |
| 20205717 | 4 months ago | | | 0 | 0.00015243373 | |
| 20204608 | 4 months ago | | | 0 | 0.00012672723 | |
| 20197254 | 4 months ago | | | 0 | 0.00010572916 | |
| 20142171 | 5 months ago | | | 0 | 0.00021163456 | |
| 20089012 | 5 months ago | | | 0 | 0.00034294356 | |
| 19981582 | 5 months ago | | | 0 | 0.00051944915 |
ABI
ABI objects
Getter at block 21169865
baseURI() view returns (string)
ipfs://QmQT9Uq1RJg4gY6jEF2GFBbeJ5ig48PFS6JQ8UcUMwsugQ/
earlyAccessAllowance() view returns (uint16)
10
foundationAllowance() view returns (uint96)
150
foundationMinted() view returns (uint256)
150
isRandomnessRequested() view returns (bool)
true
mintingStartTimeUnix() view returns (uint256)
1659056400
name() view returns (string)
wgmis
owner() view returns (address)
0xbacf3e338f1ea68734316355ce0604f844b01295
preRevealURI() view returns (string)
ipfs://QmQT9Uq1RJg4gY6jEF2GFBbeJ5ig48PFS6JQ8UcUMwsugQ/unrevealed.json
price() view returns (uint256)
69000000000000000
randomNumberRequestId() view returns (bytes32)
0x1b6b3c4a7c7b1d5629cef3847b89a9c8392bb7460f90fc4b164334e84df54734
royaltyBasisPoints() view returns (uint16)
690
royaltyReceiver() view returns (address)
0x85b10ec308bc5f62192abce161d614ff19a1cb88
singleOrderLimit() view returns (uint256)
10
supplyLimit() view returns (uint256)
8888
symbol() view returns (string)
WGMIS
totalSupply() view returns (uint256)
8888
vrfProvider() view returns (address)
0x9a5ac0108f5cf769e517cf6a78da720171a5c7b5
vrfResult() view returns (uint256)
49735281429161953579960635354768949566084616089321008164819689892517195142380
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleWhitelistClaimed(address) view returns (bool)
merkleWhitelistEarlyAccessMintCount(address) view returns (uint256)
metadataOf(uint256 _tokenId) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
payoutAddressBasisPoints(uint256) view returns (uint16)
payoutAddresses(uint256) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _price) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
commitRandomDistribution()
distributeFees()
forceInitiateRandomDistribution()
initiateRandomDistribution()
mint(address _recipient, uint96 _quantity) payable
mintFoundation(address _recipient, uint96 _quantity)
mintMerkleWhitelist(bytes32[] _merkleProof, uint96 _quantity)
mintMerkleWhitelistEarlyAccess(bytes32[] _merkleProof, uint96 _merkleProofAmount, uint96 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFeePayoutScheme(address[] _payoutAddresses, uint16[] _payoutAddressBasisPoints)
updateMerkleProofWhitelist(address _merkleProofWhitelist)
updateRoyaltyInfo(address _royaltyReceiver, uint16 _royaltyBasisPoints)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _preRevealURI, string _baseURI, uint256 _supplyLimit, uint256 _mintingStartTimeUnix, uint256 _singleOrderLimit, address _vrfProvider, address[] _payoutAddresses, uint16[] _payoutAddressBasisPoints, address _merkleProofWhitelist)
This contract contains no fallback and receive objects.
This contract contains no error objects.