Mocko Taco
Verified contract
Active on
Ethereum with 4,880 txns
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 "Mocko Taco"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910688 | a year ago | | | 0 | 0.00045921898 | |
| 18758552 | a year ago | | | 0 | 0.0016467129 | |
| 18330577 | a year ago | | | 0 | 0.00033521792 | |
| 16976461 | 2 years ago | | | 0 | 0.0017651177 | |
| 16662533 | 2 years ago | | | 0 | 0.0016482971 | |
| 16662533 | 2 years ago | | | 0 | 0.0016512658 | |
| 16645274 | 2 years ago | | | 0 | 0.0012284821 | |
| 16587230 | 2 years ago | | | 0 | 0.0013104528 | |
| 16587218 | 2 years ago | | | 0 | 0.0013551845 | |
| 16344757 | 2 years ago | | | 0 | 0.00082162370 |
ABI
ABI objects
Getter at block 21384788
AMOUNT_FOR_OWNER() view returns (uint256)
100
MAX_MINT_PER_TRANSACTION() view returns (uint256)
1
MAX_MINT_SUPPLY() view returns (uint256)
4005
allowListSaleActive() view returns (bool)
true
mintMerkleRoot() view returns (bytes32)
0xcfd0c75b6cc66a1ad960ef1e9fb9c6765dae7faacbddcb5c9ac517e3f409a466
mintPrice() view returns (uint256)
0
name() view returns (string)
Mocko Taco
owner() view returns (address)
0x634b9937c4d89c4a2c7e54e4aadb651adf47098a
ownerMinted() view returns (uint256)
100
publicSaleActive() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
MOCKOTACO
totalSupply() view returns (uint256)
4005
Read-only
balanceOf(address owner) view returns (uint256)
checkAddressOnMintMerkleWalletList(address wallet) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintMerkleWalletList(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giftTaco(address to, uint256 quantity)
initMintMerkleWalletList(address[] walletList)
mintAllowlistTaco(bytes32[] _merkleProof)
mintOwnerTaco(uint256 quantity)
mintPublicTaco(uint256 quantity) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string extension_)
setBaseURI(string uri_)
setMerkleRoot(bytes32 _presaleMerkleRoot)
setMintPrice(uint256 newPrice)
setNotRevealedURI(string notRevealedURI_)
toggleAllowlistSaleStatus()
togglePublicSaleStatus()
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)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ToggleAllowlistSaleStatus(bool allowlistSaleStatus)
TogglePublicSaleStatus(bool publicSaleStatus)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()