Base Residents
Verified contract
Active on
Base with 1,561 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.001169 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20315010 | a month ago | | | 0 | 2.1308538e-7 | |
| 19911948 | 2 months ago | | | 0 | 1.8670635e-7 | |
| 19429684 | 2 months ago | | | 0 | 2.1679803e-7 | |
| 19037053 | 2 months ago | | | 0 | 2.1679803e-7 | |
| 18461274 | 3 months ago | | | 0 | 1.1483674e-7 | |
| 17173460 | 4 months ago | | | 0 | 1.1021367e-7 | |
| 17053190 | 4 months ago | | | 0 | 1.1162847e-7 | |
| 16959399 | 4 months ago | | | 0 | 0.0000026691000 | |
| 16958636 | 4 months ago | | | 0 | 0.0000026691000 | |
| 16612439 | 4 months ago | | | 0 | 0.0000026691000 |
ABI
ABI objects
Getter at block 22030742
COST() view returns (uint256)
4400000000000000
MAX_PER_WALLET() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
2988
allowMintOpen() view returns (bool)
true
name() view returns (string)
Base Residents
owner() view returns (address)
0x852fbc9a47bedfdf204fe95df4aa62af8e94a48d
symbol() view returns (string)
BR
totalSupply() view returns (uint256)
2988
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
cutSupply(uint256 cut)
mint(uint256 quantity) payable
mintSwitch()
ownerMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(address adr)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseUri, address initialOwner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()