Metarobotica
Verified contract
Active on
Ethereum with 209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($468.46)
Native
Value
$468.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.12 | $3,903.86 |
$468.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273119 | 17 days ago | | | 0 | 0.00073375835 | |
| 20768680 | 3 months ago | | | 0 | 0.00011152151 | |
| 20087757 | 6 months ago | | | 0 | 0.00034084798 | |
| 20054885 | 6 months ago | | | 0 | 0.00042312449 | |
| 18932467 | a year ago | | | 0 | 0.00039194268 | |
| 17042563 | 2 years ago | | | 0 | 0.0023760132 | |
| 16139769 | 2 years ago | | | 0 | 0.00032307847 | |
| 15844326 | 2 years ago | | | 0 | 0.00025127988 | |
| 15377118 | 2 years ago | | | 0 | 0.00030735065 | |
| 15313681 | 2 years ago | | | 0 | 0.00073124064 |
ABI
ABI objects
Getter at block 21392201
FREE_MAX_MINT() view returns (uint256)
1
NFT1Price() view returns (uint256)
120000000000000000
NFT2Price() view returns (uint256)
160000000000000000
NFT3Price() view returns (uint256)
200000000000000000
OG_MAX_MINT() view returns (uint256)
4
PUBLIC_MAX_MINT() view returns (uint256)
4
WHITELIST_MAX_MINT() view returns (uint256)
2
freeRoot() view returns (bytes32)
0x24ab7ec0b3ebe29345a7154413502afdd68f62a2ae891fc0148ee82f34cc8403
isActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Metarobotica
ogRoot() view returns (bytes32)
0xda99ea1deecc13db9684ace91a412ba4f7a7218027b21f1d9a1f8aa0b3be2ea0
owner() view returns (address)
0x2c09301000f5d8e2b7da6213e0b15db5a816f3b4
revealPhase1() view returns (bool)
false
revealPhase2() view returns (bool)
false
revealPhase3() view returns (bool)
false
symbol() view returns (string)
Metarobotica
totalSupply() view returns (uint256)
123
wlRoot() view returns (bytes32)
0x3c28e18a288aea70f693a102ad93019881297074f86a9cf448194a8fb379d568
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)
phaseClaimed(uint256) view returns (uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintMultipleByOwner(address _to, uint256 _numOfTokens)
mintNFT(uint256 _numOfTokens) payable
mintNFTFree(uint256 _numOfTokens, bytes32[] _proof) payable
mintNFTOg(uint256 _numOfTokens, bytes32[] _proof) payable
mintNFTWhitelist(uint256 _numOfTokens, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setIsPublicSaleActive(bool _isActive)
setPhase(uint256 _phase)
setRevealPhase1(bool _reveal)
setRevealPhase2(bool _reveal)
setRevealPhase3(bool _reveal)
setRoot(uint256 _ogRoot, uint256 _freeRoot, uint256 _wlRoot)
setURIs(string _blindURI, string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.