MetaGeckosActivate
Verified contract
Active on
Ethereum with 1,278 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
No balances found for "MetaGeckosActivate"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153214 | 19 days ago | | | 0 | 0.00052629044 | |
| 20303803 | 5 months ago | | | 0 | 0.00015257502 | |
| 19017673 | 10 months ago | | | 0 | 0.0011400987 | |
| 18854198 | a year ago | | | 0 | 0.0010490349 | |
| 18835569 | a year ago | | | 0 | 0.0028594428 | |
| 18793412 | a year ago | | | 0 | 0.0023847826 | |
| 18793383 | a year ago | | | 0 | 0.0011843766 | |
| 18793381 | a year ago | | | 0 | 0.0013262820 | |
| 18793379 | a year ago | | | 0 | 0.0013650906 | |
| 18390680 | a year ago | | | 0 | 0.00032647525 |
ABI
ABI objects
Getter at block 21292718
MAX_MINT() view returns (uint256)
20
MAX_MINTPASS_SUPPLY() view returns (uint256)
4000
MAX_PUBLIC_SUPPLY() view returns (uint256)
5900
MAX_TEAM_MINT() view returns (uint256)
100
PROVENANCE() view returns (string)
contractURI() view returns (string)
https://entities.mypinata.cloud/ipfs/Qmd4rwGCs9uVMUPsaMFC89P6Gb46j8uqdnKEtCW8zt1AN1
maxSupply() view returns (uint256)
10000
mintActive() view returns (bool)
true
mintIncludeReserveActive() view returns (bool)
false
mintMintPassActive() view returns (bool)
true
mintPassContract() view returns (address)
0xb5068f4f23ce76f6f9e789e39b390de176a21e7f
mintWhiteListActive() view returns (bool)
false
name() view returns (string)
MetaGeckosActivate
ogMerkleRoot() view returns (bytes32)
0xd4ede7859238c1c8dc3bbea80f79cc8c79d60e4c5219f26f335300fd4853f533
owner() view returns (address)
0x92458488e7edd18cf5b7a9ad75b5a623314d2c07
price() view returns (uint256)
0
salePaused() view returns (bool)
true
symbol() view returns (string)
MGEX1
totalMintPassSupply() view returns (uint256)
901
totalPublicSupply() view returns (uint256)
5900
totalSupply() view returns (uint256)
6901
totalTeamMinted() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintPassClaimed(uint256 tokenId) view returns (bool claimed)
mintpassclaimlist(uint256) view returns (uint256 tokenId, bool claimed)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
whitelistMintsPerWal(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
enableMintMintPass()
mint(uint256 amount) payable
mintWhiteList(uint256 amount, bytes32[] merkleProof) payable
mintpassMint(uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _contractURI)
setMintPassAddress(address _mintPassToken)
setMintPrice(uint256 val)
setOgMerkleRoot(bytes32 _ogMerkleRoot)
setProvenanceHash(string provenanceHash)
setT1Address(address t1Address)
setT2Address(address t2Address)
setT3Address(address t3Address)
teamMint(uint256 amount)
toggleMintState()
toggleMintWhiteListState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string COLLECTION_NAME, string COLLECTION_SYMBOL, uint256 _MAX_MINTPASS_SUPPLY, uint256 _MAX_PUBLIC_SUPPLY, uint256 _MAX_TEAM_MINT, uint256 _MAX_MINT, uint256 _price, address _mintPassToken, bytes32 _ogMerkleRoot, string _baseContractURI, string _baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.