Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "wdms2022"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19754906 | 6 months ago | | | 0 | 0.00022294392 | |
| 19491622 | 8 months ago | | | 0 | 0.0012396395 | |
| 18197652 | a year ago | | | 0 | 0.00033043675 | |
| 18197504 | a year ago | | | 0 | 0.0042149657 | |
| 17891639 | a year ago | | | 0 | 0.00055809500 | |
| 17891637 | a year ago | | | 0 | 0.00059622398 | |
| 17880252 | a year ago | | | 0 | 0.00077227361 | |
| 17415037 | a year ago | | | 0 | 0.0024456851 | |
| 17382222 | a year ago | | | 0 | 0.00058626821 | |
| 17375587 | a year ago | | | 0 | 0.0013175513 |
ABI
ABI objects
Getter at block 21159793
MAX_WDMS() view returns (uint256)
3000
baseURI() view returns (string)
ipfs://QmXBktR9MRRbhQwFTDmhbP6F5tdUPkZ7fMFkz7EzrJjt9U/
name() view returns (string)
wdms2022
owner() view returns (address)
0x38197e0e73469290a53c8c40b99a4a84144c757c
saleIsActive() view returns (bool)
true
singleMaxMint() view returns (uint256)
20
symbol() view returns (string)
wdms
totalSupply() view returns (uint256)
550
wdmsPrice() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
commonBalanceOf(address owner) view returns (uint256)
commonTokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEqual(string a, string b) pure returns (bool)
ownerOf(uint256 tokenId) view returns (address)
roleOfTokenId(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
svipBalanceOf(address owner) view returns (uint256)
svipTokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
vipBalanceOf(address owner) view returns (uint256)
vipTokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintCommon(uint256 numberOfTokens)
mintSvip(uint256 numberOfTokens)
mintVip(uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMAX_WDMS(uint256 amount)
setTokenURI(uint256 tokenId, string tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 name, string symbol, uint256 maxNftSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.