Bean Boogie
Verified contract
Active on
Base with 1,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16403013 | 4 months ago | | | 0 | 4.8561494e-7 | |
| 16232284 | 4 months ago | | | 0 | 0.0000017143168 | |
| 15857015 | 5 months ago | | | 0 | 0.000000507048285568 | |
| 15814324 | 5 months ago | | | 0 | 2.3896625e-7 | |
| 15757678 | 5 months ago | | | 0 | 0.0000013740236 | |
| 15622334 | 5 months ago | | | 0 | 2.4950704e-7 | |
| 15526880 | 5 months ago | | | 0 | 0.0000013740236 | |
| 14632757 | 6 months ago | | | 0 | 0.0000015342686 | |
| 13242546 | 7 months ago | | | 0 | 5.4820515e-7 | |
| 12948720 | 7 months ago | | | 0 | 0.0000077292643 |
ABI
ABI objects
Getter at block 22034311
currentTokenId() view returns (uint256)
1000
defaultURI() view returns (string)
ipfs://QmSwzGWRHZYt7EjmYHobZzWVLduiE8WEto8b7XDWsasQbS
maxMintPerAddress() view returns (uint256)
1
maxSupply() view returns (uint256)
1000
name() view returns (string)
Bean Boogie
owner() view returns (address)
0x267b3d36f6927928bdeae220aa525e21e1acf0e7
symbol() view returns (string)
BB
Read-only
authorizedMinters(address authorizedMinter) view returns (bool authorized)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockedTokenURIs(uint256 tokenId) view returns (bool locked)
mintCount(address minted) view returns (uint256 count)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256 tokenId) view returns (string tokenURI)
State-modifying
Events approve(address to, uint256 tokenId)
lockTokenURI(uint256 tokenId)
mint(address to)
mint(address to, string _tokenURI)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorizedMinter(address minter, bool authorized)
setDefaultTokenURI(string _tokenURI)
setMaxMintPerAddress(uint256 _maxMintPerAddress)
setMaxSupply(uint256 _maxSupply)
setTokenURI(uint256 tokenId, string _tokenURI)
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)
AuthorizedMinterSet(address indexed minter, bool authorized)
DefaultTokenURISet(string tokenURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenURILocked(uint256 indexed tokenId)
TokenURISet(uint256 indexed tokenId, string tokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string _defaultUri, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)