Metasaurs
Verified contract
Active on
Ethereum with 36,152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MTS | ERC-721 | 1 | -- | -- | |
MTS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156696 | 5 hours ago | | | 0 | 0.00054876947 | |
| 21106968 | 7 days ago | | | 0 | 0.00013224629 | |
| 21101578 | 8 days ago | | | 0 | 0.00025562014 | |
| 21053745 | 15 days ago | | | 0 | 0.00016697796 | |
| 21048477 | 15 days ago | | | 0 | 0.00012393515 | |
| 21044166 | 16 days ago | | | 0 | 0.00043201865 | |
| 21040650 | 16 days ago | | | 0 | 0.00017521792 | |
| 20950537 | a month ago | | | 0 | 0.0019133529 | |
| 20916140 | a month ago | | | 0 | 0.00067807377 | |
| 20900878 | a month ago | | | 0 | 0.00022173060 |
ABI
ABI objects
Getter at block 21158203
contractURI() view returns (string)
ipfs://QmeHMkGomVni2f4jPj3zHZykCsJqvi5PzC2VysFaXhXQ5A
locked() view returns (bool)
false
maxPresale() view returns (uint256)
9000
maxSupply() view returns (uint256)
9999
name() view returns (string)
Metasaurs
owner() view returns (address)
0xcdb5e2f36ffed93c85f55a8b681b2ecd69abd81a
presaleLive() view returns (bool)
false
pricePerToken() view returns (uint256)
70000000000000000
saleLive() view returns (bool)
true
saleLiveX2() view returns (bool)
false
symbol() view returns (string)
MTS
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) view returns (bool)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adminMint(uint256 qty, address to)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxPresale(uint256 _newMaxPresale)
changePrice(uint256 newPrice)
customThing(uint256 nftID, uint256 id, string what) payable
decreaseMaxSupply(uint256 newMaxSupply)
lockMetadata()
presaleBuy(bytes32 hash, bytes sig, uint256 qty, string nonce) payable
publicBuy(bytes32 hash, bytes sig, string nonce) payable
publicBuyX2(uint256 qty) payable
reclaimERC20(address erc20Token)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newuri)
setIPFSProvenance(string _ipfsProvenance)
setSignerAddress(address addr)
togglePresaleStatus()
toggleSaleStatus()
toggleSaleStatusX2()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEarnings()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CustomThing(uint256 nftID, uint256 value, uint256 actionID, string payload)
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.