MetroGrad Gen. 2
Verified contract
Active on
Ethereum with 581 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 "MetroGrad Gen. 2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149520 | 5 months ago | | | 0 | 0.000051767410 | |
| 20149520 | 5 months ago | | | 0 | 0.000047825178 | |
| 17933748 | a year ago | | | 0 | 0.00050374140 | |
| 17933725 | a year ago | | | 0 | 0.00047171600 | |
| 17933725 | a year ago | | | 0 | 0.00047153503 | |
| 17933718 | a year ago | | | 0 | 0.00050968571 | |
| 17933717 | a year ago | | | 0 | 0.0014624589 | |
| 17933716 | a year ago | | | 0 | 0.00050044800 | |
| 17933715 | a year ago | | | 0 | 0.00054775484 | |
| 17933714 | a year ago | | | 0 | 0.00050949916 |
ABI
ABI objects
Getter at block 21216256
MAX_SUPPLY() view returns (uint256)
3333
MAX_TEAM() view returns (uint256)
3333
MAX_TX() view returns (uint256)
10
baseURI() view returns (string)
https://ipfs.io/ipfs/QmPdXciRnC9Fev9c9bNFkGV8hwPsJssQ4YCF8SFAHLVRUm/0
getStep() view returns (uint8 actualStep)
2
merkleRoot() view returns (bytes32)
0x53aaf442e8045ec89001854cee59c122cbfc2d22d9e5900e4bf839ed04e1ccbc
name() view returns (string)
MetroGrad Gen. 2
notRevealedURI() view returns (string)
owner() view returns (address)
0xa759b286e40341d7e7abd48e9d57dfd52ee84a63
public_price() view returns (uint256)
0
saleStartTime() view returns (uint256)
1659298400
step() view returns (uint8)
0
symbol() view returns (string)
METROGRAD
totalSupply() view returns (uint256)
3333
wl_price() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicSaleMint(address _account, uint256 _quantity) payable
renounceOwnership()
revealCollection()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newBaseURI)
setMaxSupply(uint256 _newMAX_SUPPLY)
setMerkleRoot(bytes32 _merkleRoot)
setSaleStartTime(uint256 _newSaleStartTime)
teamMint(address _to, uint256 _quantity) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()