Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Metapass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19989007 | 6 months ago | | | 0 | 0.00052736135 | |
| 19988920 | 6 months ago | | | 0 | 0.00063788153 | |
| 19988875 | 6 months ago | | | 0 | 0.00066659442 | |
| 19988851 | 6 months ago | | | 0 | 0.00072328673 | |
| 19988788 | 6 months ago | | | 0 | 0.00040677009 | |
| 19055358 | 10 months ago | | | 0 | 0.00034571028 | |
| 18869964 | a year ago | | | 0 | 0.00094080395 | |
| 17376812 | 2 years ago | | | 0 | 0.0010783488 | |
| 17078247 | 2 years ago | | | 0 | 0.0010035543 | |
| 16973820 | 2 years ago | | | 0 | 0.00088464507 |
ABI
ABI objects
Getter at block 21318160
GAME_RESERVE() view returns (uint256)
250
MAX_MINT_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5000
MINT_BATCH_SIZE() view returns (uint32)
8
MINT_END_TIME() view returns (uint256)
1650211200
MINT_START_TIME() view returns (uint256)
1650124800
PUBLIC_PRICE() view returns (uint256)
200000000000000000
STATE_BURNED() view returns (uint32)
1
STATE_MINTED() view returns (uint32)
2
STATE_TRANSFERRED() view returns (uint32)
3
VAULT_RESERVE() view returns (uint256)
750
VAULT_WALLET() view returns (address)
0x24d9ec1327ee15cd102ba72fe98b580a7424af8b
WHITELIST_MERKLE_ROOT() view returns (bytes32)
0xce40398c6324370b2faa1f4b6080e79641d61160efbb67c338bdde85a78e5313
WHITELIST_PRICE() view returns (uint256)
150000000000000000
WHITELIST_START_TIME() view returns (uint256)
1650038400
config() view returns (bool, uint64, bool, uint64, uint64)
(false, 0, true, 3, 144)
multipliers() view returns (uint64, uint64, uint64, uint64)
(1000, 80000, 40000, 10000)
name() view returns (string)
Metapass
owner() view returns (address)
0x463c9ca85208a6ef0fbc2efa874e2f693afce467
paused() view returns (bool)
false
symbol() view returns (string)
metapass
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
422
totalSupply() view returns (uint256)
422
Read-only
balanceOf(address owner) view returns (uint256)
calculateStakingRewards(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rewardsOf(uint256 tokenId) view returns (uint64)
rewardsOf(uint256[] tokenIds) view returns (uint64[])
royaltyInfo(uint256 tokenId, uint256 amount) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOf(address owner, uint256 cursor, uint256 size) view returns (uint256[], uint256)
State-modifying
Events approve(address to, uint256 tokenId)
charge(uint256 tokenId, uint64 amount) returns (uint256)
claimStakingRewards(uint256 tokenId) returns (uint256)
fuse(uint256 a, uint256 b)
mintPublic(uint256 quantity) payable
mintToGameWallet(uint256 quantity)
mintToVaultWallet(uint256 quantity)
mintUnsoldToVaultWallet()
mintWhitelist(bytes32[] proof, uint256 quantity) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setConfig(struct ERC721OwnershipBasedStakingConfig data)
setMultipliers(struct ERC721OwnershipBasedStakingMultipliers data)
setTokenURI(uint256 tokenId, string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
upgrade(uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Charged(uint256 indexed tokenId, uint64 amount, address indexed sender)
Deposited(uint256 indexed tokenId, uint64 amount, address indexed sender)
LevelUpdated(uint256 indexed tokenId, uint64 current, uint64 previous)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AddressNotWhitelisted()
AmountExceedsAccountBalance(string method)
AmountExceedsBalance(string method)
ApprovalToCurrentOwner()
ApproveToCaller()
CallerNotOwnerNorApproved(string method)
CannotMintMoreThan(uint256 amount)
FeatureIsDisabled()
MaxMintPerWalletWouldBeReached(uint256 max)
MethodReceivedZeroAddress(string method)
MintZeroQuantity()
NeedToSendMoreETH()
QuantityWouldExceedMaxSupply()
QueryForNonexistentToken(string method)
SaleHasEnded()
SaleHasNotStarted()
TokenQueryProducedVariant()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
ZeroRewards()