UndeadChef
Verified contract
Active on
Ethereum with 3,006 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 "UndeadChef"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224346 | 7 days ago | | | 0 | 0.00086296663 | |
| 21207559 | 10 days ago | | | 0 | 0.00046815407 | |
| 21196604 | 11 days ago | | | 0 | 0.00081664099 | |
| 21142874 | 19 days ago | | | 0 | 0.00078264186 | |
| 21137768 | 19 days ago | | | 0 | 0.0010716597 | |
| 21134957 | 20 days ago | | | 0 | 0.0010262605 | |
| 21115620 | 23 days ago | | | 0 | 0.00055986959 | |
| 21091686 | a month ago | | | 0 | 0.00033768212 | |
| 21091234 | a month ago | | | 0 | 0.00033285502 | |
| 21084567 | a month ago | | | 0 | 0.00042243354 |
ABI
ABI objects
Getter at block 21276906
maxPerPublic() view returns (uint256)
9
maxPerWhitelist() view returns (uint256)
3
maxSupply() view returns (uint256)
4000
name() view returns (string)
UndeadChef
owner() view returns (address)
0x6d769f012ea529d898c82bffda7f51ecf4bd89ef
publicPrice() view returns (uint256)
2500000000000000
saleState() view returns (uint8)
3
supplyMinted() view returns (uint256)
4000
symbol() view returns (string)
UNDEADCHEFS
totalSupply() view returns (uint256)
4000
whitelistPrice() view returns (uint256)
5000000000000000
Read-only
balanceOf(address tokenOwner_) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address tokenOwner_, address operator_) view returns (bool)
mintedPerWallet(address) view returns (uint256)
ownerOf(uint256 tokenId_) view returns (address)
supportsInterface(bytes4 interfaceId_) view returns (bool)
tokenByIndex(uint256 index_) view returns (uint256)
tokenOfOwnerByIndex(address tokenOwner_, uint256 index_) view returns (uint256 tokenId)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events airdrop(uint256 qty_, address to_) payable
approve(address to_, uint256 tokenId_)
mintNextWhitelist(bytes32[] proof_) payable
mintPublic(uint256 qty_) payable
mintWhitelist(bytes32[] proof_) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator_, bool approved_)
setBaseURI(string baseURI_)
setMaxSupply(uint256 supply_)
setMintsPerPublic(uint256 mints_)
setMintsPerWhitelist(uint256 mints_)
setPublicPrice(uint256 price_)
setSaleState(uint8 sale_)
setWhitelistPrice(uint256 price_)
setWhitelistRoot(bytes32 root_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner_)
withdraw(address to_, 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(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
IERC173_NOT_OWNER(address operator)
IERC721Enumerable_INDEX_OUT_OF_BOUNDS(uint256 index)
IERC721Enumerable_OWNER_INDEX_OUT_OF_BOUNDS(address tokenOwner, uint256 index)
IERC721_CALLER_NOT_APPROVED(address tokenOwner, address operator, uint256 tokenId)
IERC721_INVALID_APPROVAL(address operator)
IERC721_INVALID_TRANSFER()
IERC721_INVALID_TRANSFER_FROM(address tokenOwner, address from, uint256 tokenId)
IERC721_NONEXISTANT_TOKEN(uint256 tokenId)
IERC721_NON_ERC721_RECEIVER(address receiver)
OperatorNotAllowed(address operator)
Whitelist_CONSUMED(address account)
Whitelist_FORBIDDEN(address account)
Whitelist_NOT_SET()