MetroGrad Gen.2

Verified contract

Active on Ethereum with 993 txns
Deployed by via 0x8feaf5c6 at 16046102
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "MetroGrad Gen.2"

0xefe62453a376ec65437134f952af239df6c40e270f43022ad4c6c3515d21f852
0xae85e860c5e58f5acc2241fdb729ab7cd6ba2ed8ef4d4f13469627ea158ebffc
0xf98034ef95d53a5f41c3a4b630d484f168977a15de8f69e77567aaf3250e5ac5
0x7f7a336abfd8c97953268a6c82bb3017d79c2191fcf8396e1b0f07c66f527ee2
0x1ebef1c6bd4daf1c82932520a40aac1f3be92d9ece80bbc2f643fe7763711eb3
0x92c68a67a57106e388ee16107d409c712bb339b5ce804a96056e09231034bb63
0x5970b0e453b7c539fc065aeba63db944cda1dfc99aabe2c46aa4438798af7b34
0xb3283f947c7353b79383a63614e8e2581ca4b3ef6d1a66d7fc30e32fa225d370
0x9db9e1d5093e35383bff05d57f89a51426c9378c4167af842d54db3bf64c2cdf
0xea49aa04943b2962bd7bec63f1696dcf9457d0501738b22f68207f8d8db19227

Functions
Getter at block 20884009
finalPhase(view returns (bool)
false
maxMintAmount(view returns (uint8)
2
maxSupply(view returns (uint16)
3333
maxSupplyForPresale(view returns (uint256)
333
name(view returns (string)
MetroGrad Gen.2
owner(view returns (address)
0x9724cd1f31061bcd9fcd80dea2d7b174ed868c00
presaleActive(view returns (bool)
false
presaleCost(view returns (uint256)
35000000000000000
publicCost(view returns (uint256)
35000000000000000
publicSaleActive(view returns (bool)
false
reserved(view returns (uint256)
433
reservedCounter(view returns (uint256)
280
symbol(view returns (string)
Survivor
totalSupply(view returns (uint256)
666
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isAllowlisted(address _userview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isIdClaimed(uint256 _idview returns (bool)
isValid(address _userbytes32[] _proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airDrop(address[] targets
approve(address touint256 tokenIdpayable 
claimAllRemainingFree(
emergencyWithdraw(
freeClaim(
mint(uint8 _amountpayable 
presaleMint(uint8 _amountbytes32[] _proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAllowlistAddresses(address[] _users
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintAmount(uint8 _maxMintAmount
setMaxSupplyForPresale(uint256 _maxSupplyForPresale
setMetroGradStaked(address _stakedMetro
setMetroVault(address _staked
setPreSaleCost(uint256 _newPreSaleCost
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot
setPublicSaleCost(uint256 _newPublicCost
setReserveAmount(uint256 _reserved
stakerClaim(uint256[] _tokensToClaim
toggleFinalPhase(
togglePresale(
togglePublicSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
FinalPhaseInactive(
InsufficientValue(
InvalidOperation(
MaxPerWalletExceeded(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoContracts(
NotAllowedToClaim(
NotAllowlisted(
NothingToClaim(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PreSaleNotActive(
PublicSaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(