Metageckos
Verified contract
Active on
Ethereum with 759 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c32…5799
Balances ($360.56)
Native
Value
$360.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,605.64 |
$360.56 | |
$INSECT | ERC-20 | 11.02K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19158241 | 10 months ago | | | 0 | 0.00029935959 | |
| 16748900 | 2 years ago | | | 0 | 0.0021359683 | |
| 16057484 | 2 years ago | | | 0 | 0.00052349239 | |
| 15575993 | 2 years ago | | | 0 | 0.00062957391 | |
| 15575265 | 2 years ago | | | 0 | 0.00052704328 | |
| 15559057 | 2 years ago | | | 0 | 0.00017255298 | |
| 15540834 | 2 years ago | | | 0 | 0.00090856640 | |
| 15469500 | 2 years ago | | | 0 | 0.00032456326 | |
| 15442473 | 2 years ago | | | 0 | 0.0011884493 | |
| 15433022 | 2 years ago | | | 0 | 0.00025479481 |
ABI
ABI objects
Getter at block 21317725
cost() view returns (uint256)
100000000000000000
insectContract() view returns (address)
0xf1364dc02ba753c1b94dff4cebe2cce9d16b8d4d
insectCost() view returns (uint256)
20000000000000000000
maxByWallet() view returns (uint256)
4
maxSupply() view returns (uint256)
10000
metaLezardsContract() view returns (address)
0xef8c662114494e2c7999e5deab46c25ebd2c7e68
name() view returns (string)
Metageckos
owner() view returns (address)
0x72a13a2b030f1a2b0dcb1663f481995b03dc1ec9
paused() view returns (bool)
true
revealed() view returns (bool)
false
symbol() view returns (string)
MG
totalSupply() view returns (uint256)
660
Read-only
Genesis(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
checkIsBreed(uint256 _LizardsID) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getBalanceInsect(address _owner) view returns (uint256)
getLezardsOwner(uint256 _metaLizardsID) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBreed(uint256) view returns (bool)
numberMinted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addBreed(uint256[] _lezardsId)
addGenesis(uint256[] _Genesis)
approve(address to, uint256 tokenId)
breedMetaGecko(uint256 metaLizards1, uint256 metaLizards2) payable
breedMetaGeckoGenesis(uint256 genesisId) payable
gift(uint256 _amount, address _to)
mintMetaGecko(uint256 _amount) payable
pause(bool _state)
removeBreed(uint256[] _lezardsId)
removeGenesis(uint256[] _Genesis)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 newCost)
setInsectContract(address _insect)
setMaxByWallet(uint256 _newMaxByWallet)
setMetaLezardsContract(address _lezards)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawInsect(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()
This contract contains no fallback and receive objects.
This contract contains no error objects.