BigTownChef
Verified contract
Active on
Ethereum with 9,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd6d9…0c88
0x0772…4fe9
Balances ($0.00)
No balances found for "BigTownChef"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157638 | 2 hours ago | | | 0 | 0.00072077998 | |
| 21139048 | 3 days ago | | | 0 | 0.00036378201 | |
| 21105847 | 7 days ago | | | 0 | 0.000098793961 | |
| 21105000 | 7 days ago | | | 0 | 0.000099902965 | |
| 21103930 | 8 days ago | | | 0 | 0.000088945200 | |
| 21103279 | 8 days ago | | | 0 | 0.00010260201 | |
| 20699322 | 2 months ago | | | 0 | 0.000046963166 | |
| 20586486 | 3 months ago | | | 0 | 0.000021135515 | |
| 20551630 | 3 months ago | | | 0 | 0.000020899002 | |
| 20551630 | 3 months ago | | | 0 | 0.000020878721 |
ABI
ABI objects
Getter at block 21158115
chefRevealProvider() view returns (address)
0xd6d9a6cc2a6fbc7777b94c93c896b662143a0c88
maxSupply() view returns (uint256)
10000
name() view returns (string)
BigTownChef
owner() view returns (address)
0x805ebc2688f6a10f68316aeffe33b0ca8269b7e0
revealOffset() view returns (uint256)
41788517808908360676338976008469068246515024748611091604842063776907987160819
saleManager() view returns (address)
0x0772f5054c2061383690b81f46bb1f2feefb4fe9
symbol() view returns (string)
CHEF
totalSupply() view returns (uint256)
10000
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)
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)
callReveal(uint256 userProvidedSeed)
mint(uint256 quantity, address to)
renounceOwnership()
reveal(uint256 randomness)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string newTokenURI)
setChefRevealProvider(address _chefRevealProvider)
setChefSaleManager(address _chefSaleManager)
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)
RevealProviderChanged(address newRevealProvider)
SaleManagerChanged(address newSaleManager)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _reserved, uint256 _maxSupply, address treasury, string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()