WGMI Studios
Verified contract
Active on
Ethereum with 17,879 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 "WGMI Studios"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202017 | 8 hours ago | | | 0 | 0.00062503199 | |
| 21196841 | a day ago | | | 0 | 0.00074310966 | |
| 21165393 | 5 days ago | | | 0 | 0.0017609642 | |
| 21161928 | 6 days ago | | | 0 | 0.00080783709 | |
| 21124636 | 11 days ago | | | 0 | 0.00016559101 | |
| 21124634 | 11 days ago | | | 0 | 0.00030748932 | |
| 21015617 | a month ago | | | 0 | 0.00031781168 | |
| 20752674 | 2 months ago | | | 0 | 0.00017230339 | |
| 20719292 | 2 months ago | | | 0 | 0.000063229400 | |
| 20697329 | 2 months ago | | | 0 | 0.000091972280 |
ABI
ABI objects
Getter at block 21204359
MAX_TOKENS() view returns (uint256)
20000
NUMBER_RESERVED_TOKENS() view returns (uint256)
300
PRESALE_LIMIT() view returns (uint256)
20000
PRICE() view returns (uint256)
100000000000000000
name() view returns (string)
WGMI Studios
notRevealedUri() view returns (string)
https://ipfs.io/ipfs/QmNTWsSRcEE2QYvYMwhhGvZt4NgL3Au6BZMrhShvAPij8t?filename=wgmiPR.json
owner() view returns (address)
0xf4864ee9db410e834f89ab04845ed2a189f3108b
perAddressLimit() view returns (uint256)
6
preSaleIsActive() view returns (bool)
false
presaleTokensSold() view returns (uint256)
0
reservedTokensMinted() view returns (uint256)
300
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
false
symbol() view returns (string)
WGMI
totalSupply() view returns (uint256)
10089
whitelist() view returns (bool)
false
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
flipWhitelistingState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount, bytes32[] proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
setPerAddressLimit(uint256 newLimit)
setPresaleLimit(uint256 newLimit)
setPrice(uint256 newPrice)
setRoot(bytes32 _root)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.