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 "0xMAYC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19892219 | 6 months ago | | | 0 | 0.00017552853 | |
| 19136545 | 10 months ago | | | 0 | 0.00069523653 | |
| 19061961 | 10 months ago | | | 0 | 0.00041154485 | |
| 18720690 | a year ago | | | 0 | 0.0020460839 | |
| 18052248 | a year ago | | | 0 | 0.00040888393 | |
| 17991302 | a year ago | | | 0 | 0.00071286776 | |
| 17964797 | a year ago | | | 0 | 0.0015715000 | |
| 17924139 | a year ago | | | 0 | 0.00099613023 | |
| 17853924 | a year ago | | | 0 | 0.00057670247 | |
| 17461219 | a year ago | | | 0 | 0.00073429988 |
ABI
ABI objects
Getter at block 21215942
MAX_PER_TX() view returns (uint256)
20
MAX_PER_WALLET() view returns (uint256)
100
baseURI() view returns (string)
https://ipfs.io/ipfs/QmXhpoBqZzgsdRQZAXGMMY5eHnJzE1EVhpdUjRrc7JZtEo/
maxSupply() view returns (uint256)
6969
name() view returns (string)
0xMAYC
owner() view returns (address)
0x3bfd3f4cddaa4302c1a2f5215f949616be607bba
price() view returns (uint256)
10000000000000000
saleStatus() view returns (bool)
true
symbol() view returns (string)
0XMAYC
totalSupply() view returns (uint256)
5909
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
maxPerWallets(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)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint256 amount) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setPrice(uint256 _price)
setSaleStatus()
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.