The Bakery Genesis
Verified contract
Active on
Ethereum with 2,493 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 "The Bakery Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285826 | 2 days ago | | | 0 | 0.00023536842 | |
| 21285823 | 2 days ago | | | 0 | 0.00033130816 | |
| 21285822 | 2 days ago | | | 0 | 0.00037280406 | |
| 21285819 | 2 days ago | | | 0 | 0.00036815200 | |
| 21285810 | 2 days ago | | | 0 | 0.00049902870 | |
| 21285034 | 2 days ago | | | 0 | 0.00053914033 | |
| 21256791 | 6 days ago | | | 0 | 0.00053939827 | |
| 21240870 | 8 days ago | | | 0 | 0.00067283941 | |
| 21181775 | 17 days ago | | | 0 | 0.0024770856 | |
| 21120087 | 25 days ago | | | 0 | 0.00031430492 |
ABI
ABI objects
Getter at block 21300337
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name() view returns (string)
The Bakery Genesis
owner() view returns (address)
0x82afe49e07eb48f6d3bd46230e26f592a5b71832
symbol() view returns (string)
BAKER
totalSupply() pure returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 newTokenId)
approve(address operator, uint256 tokenId)
bulkAirdrop(address[] tos, uint256[] newTokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
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.
OperatorNotAllowed(address operator)