WGMI Premium Membership
Verified contract
Active on
Ethereum with 8,338 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 Premium Membership"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226534 | 8 days ago | | | 0 | 0.00043887519 | |
| 21099961 | a month ago | | | 0 | 0.00021395081 | |
| 20904040 | 2 months ago | | | 0 | 0.00027641338 | |
| 20754973 | 2 months ago | | | 0 | 0.000091640737 | |
| 20742318 | 2 months ago | | | 0 | 0.00021788466 | |
| 20741200 | 2 months ago | | | 0 | 0.00021093360 | |
| 20654770 | 3 months ago | | | 0 | 0.000052388565 | |
| 20644059 | 3 months ago | | | 0 | 0.000069028896 | |
| 20633241 | 3 months ago | | | 0 | 0.000067047838 | |
| 20587429 | 3 months ago | | | 0 | 0.00018589321 |
ABI
ABI objects
Getter at block 21283098
baseURI() view returns (string)
https://api.wgmi.io/core/v1/premiumTokens/
contractURI() view returns (string)
hasMintedReserve() view returns (bool)
true
isClaimActive() view returns (bool)
false
maxSupply() view returns (uint256)
5200
name() view returns (string)
WGMI Premium Membership
owner() view returns (address)
0x470d1c511c57ef2dc150d4080176bb22025ba9a3
symbol() view returns (string)
WGMI
totalSupply() view returns (uint256)
4198
wgmiRegisterAddress() view returns (address)
0x04666247f012e99f6d2ec148cce849f78c61aea9
wgmiReserve() view returns (uint256)
50
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(address _address) view returns (bool)
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)
burn(uint256 tokenId)
claim()
mintReserve()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _newContractURI)
setWgmiRegisterAddress(address _newWgmiRegisterAddress)
toggleIsClaimActive()
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)
Claim(address indexed _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 _maxSupply, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.