Base of Bored
Verified contract
Active on
Base with 7,955 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000804 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22607008 | 3 days ago | | | 0 | 0.000000087201211635 | |
| 22325346 | 10 days ago | | | 0 | 2.1452489e-7 | |
| 21973353 | 18 days ago | | | 0 | 0.000000082863127953 | |
| 21887675 | 20 days ago | | | 0 | 1.6167436e-7 | |
| 21832964 | 21 days ago | | | 0 | 1.6184953e-7 | |
| 21515652 | a month ago | | | 0 | 0.000000087201211635 | |
| 21506042 | a month ago | | | 0 | 1.7172611e-7 | |
| 21495923 | a month ago | | | 0 | 1.6967951e-7 | |
| 21361625 | a month ago | | | 0 | 1.5894269e-7 | |
| 21317554 | a month ago | | | 0 | 1.5267265e-7 |
ABI
ABI objects
Getter at block 22737645
MAX_MINT_PER_WALLET() view returns (uint256)
2
maxSupply() view returns (uint256)
8888
mintEnabled() view returns (bool)
true
name() view returns (string)
Base of Bored
owner() view returns (address)
0x6ff5723435b7dfc2371b57fb5cb4c373e5995c78
remainingSupply() view returns (uint256)
0
symbol() view returns (string)
BOB
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
numberMinted(address minter) view returns (uint32)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 quantity)
approve(address account, uint256 id) payable
mint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setBaseURI(string _newBaseURI)
toggleSale()
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
BalanceQueryForZeroAddress()
ContractsCannotMint()
MustMintAtLeastOneToken()
NotEnoughAvailableTokens()
NotOwnerNorApproved()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()