METADOMEZ
Verified contract
Active on
Ethereum with 888 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "METADOMEZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17780405 | a year ago | | | 0 | 0.00068523029 | |
| 17454484 | 2 years ago | | | 0 | 0.00069580656 | |
| 16772540 | 2 years ago | | | 0 | 0.0016744375 | |
| 16559922 | 2 years ago | | | 0 | 0.00082236738 | |
| 16429231 | 2 years ago | | | 0 | 0.0011867870 | |
| 16307040 | 2 years ago | | | 0 | 0.00071277545 | |
| 16290439 | 2 years ago | | | 0 | 0.00065939973 | |
| 15912211 | 2 years ago | | | 0 | 0.00088047353 | |
| 15911227 | 2 years ago | | | 0 | 0.00067069552 | |
| 15845652 | 2 years ago | | | 0 | 0.00025946920 |
ABI
ABI objects
Getter at block 21387444
CANNOT_TRANSFER_TO_ZERO_ADDRESS() view returns (string)
018002
NOT_CURRENT_OWNER() view returns (string)
018001
_lastTokenId() view returns (uint256)
1237
baseuri() view returns (string)
ipfs://QmfXx1y4TKMqGFUicqwoSPFu1T6LFoHo5UwKno2jPbhzAH/
decimals() pure returns (uint8)
0
getOwner() view returns (address)
0xb33bdc79eb2cf0b652363f1681fbdcbf3466faff
mintEnabled() view returns (bool)
false
name() view returns (string _name)
METADOMEZ
owner() view returns (address)
0xb33bdc79eb2cf0b652363f1681fbdcbf3466faff
price() view returns (uint256)
50000000000000000
symbol() view returns (string _symbol)
$METADOMEZ
totalSupply() view returns (uint256)
1237
whitelistPhase() view returns (bool)
false
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isAuth(address) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId)
enableMint(bool booly)
mintNFT(address _to, uint256 qty) payable
rawTakeBalance()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setAuth(bool booly, address addy)
setBaseuri(string newUri)
setMintingFree(address addy, bool booly)
setPrice(uint256 setprice)
setUriAccess(address addy, bool booly)
setWhitelistPhase(bool booly)
takeBalance(bool taxed)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
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.