Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a1c…e3a8
0xed58…6e4b
0x841a…dc95
Balances ($0.00)
No balances found for "GMers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18959382 | 10 months ago | | | 0 | 0.00076195235 | |
| 18269677 | a year ago | | | 0 | 0.00033970321 | |
| 18255761 | a year ago | | | 0 | 0.00015194206 | |
| 17446833 | a year ago | | | 0 | 0.00067490084 | |
| 17025180 | 2 years ago | | | 0 | 0.00054091684 | |
| 17000809 | 2 years ago | | | 0 | 0.00086186888 | |
| 16899786 | 2 years ago | | | 0 | 0.0010391095 | |
| 16827603 | 2 years ago | | | 0 | 0.0016316312 | |
| 16827599 | 2 years ago | | | 0 | 0.0016557881 | |
| 16785297 | 2 years ago | | | 0 | 0.0018855378 |
ABI
ABI objects
Getter at block 21219466
MAX_BATCH() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
4000
MINTS_PER_KEY() view returns (uint256)
3
MINTS_PER_PARTNER() view returns (uint256)
1
PARTNER_SALE() view returns (uint8)
3
PRIVATE_SALE() view returns (uint8)
2
getPauseState() view returns (uint8)
1
name() view returns (string)
GMers
owner() view returns (address)
0x4889f83d6644d0afd145f9b797c88220d8ae9e68
supplyMinted() view returns (uint256)
4000
symbol() view returns (string)
GMER
totalSupply() view returns (uint256)
4000
Read-only
balanceOf(address tokenOwner_) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address tokenOwner_, address operator_) view returns (bool)
ownerOf(uint256 tokenId_) view returns (address)
partnerMints(address) view returns (uint256)
privateMints(address) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice_) view returns (address, uint256)
supportsInterface(bytes4 interfaceId_) view returns (bool)
tokenByIndex(uint256 index_) view returns (uint256)
tokenOfOwnerByIndex(address tokenOwner_, uint256 index_) view returns (uint256 tokenId)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events addProxyRegistry(address proxyRegistryAddress_)
airdrop(address[] accounts_, uint256[] amounts_)
approve(address to_, uint256 tokenId_)
mintPartner()
mintPrivate(uint256 qty_)
mintPublic(uint256 qty_)
removeProxyRegistry(address proxyRegistryAddress_)
safeTransferFrom(address from_, address to_, uint256 tokenId_)
safeTransferFrom(address from_, address to_, uint256 tokenId_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setBaseURI(string baseURI_)
setFmc(address fmc_)
setPauseState(uint8 newState_)
setRoyaltyInfo(address royaltyRecipient_, uint256 royaltyRate_)
setTab(address tab_)
setVault(address vault_)
transferFrom(address from_, address to_, uint256 tokenId_)
transferOwnership(address newOwner_)
Approval(address indexed owner_, address indexed approved_, uint256 indexed tokenId_)
ApprovalForAll(address indexed owner_, address indexed operator_, bool approved_)
ContractStateChanged(uint8 indexed previousState, uint8 indexed newState)
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.
IERC2981_INVALID_ROYALTIES(uint256 royaltyRate, uint256 royaltyBase)
IERC721Enumerable_INDEX_OUT_OF_BOUNDS(uint256 index)
IERC721Enumerable_OWNER_INDEX_OUT_OF_BOUNDS(address tokenOwner, uint256 index)
IERC721_CALLER_NOT_APPROVED(address tokenOwner, address operator, uint256 tokenId)
IERC721_INVALID_APPROVAL(address operator)
IERC721_INVALID_TRANSFER(address recipient)
IERC721_INVALID_TRANSFER_FROM()
IERC721_NONEXISTANT_TOKEN(uint256 tokenId)
IERC721_NON_ERC721_RECEIVER(address receiver)
IOwnable_NOT_OWNER(address operator)
IPausable_INCORRECT_STATE(uint8 currentState)
IPausable_INVALID_STATE(uint8 newState)
NFT_ALLOCATION_CONSUMED(address account)
NFT_ARRAY_LENGTH_MISMATCH(uint256 len1, uint256 len2)
NFT_FORBIDDEN(address account)
NFT_INVALID_QTY()
NFT_MAX_ALLOCATION(address account, uint256 allocated)
NFT_MAX_BATCH(uint256 qtyRequested, uint256 maxBatch)
NFT_MAX_RESERVE(uint256 qtyRequested, uint256 reserveLeft)
NFT_MAX_SUPPLY(uint256 qtyRequested, uint256 remainingSupply)