Based Mfers
Verified contract
Active on
Base with 34,024 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.18 | |
DEGEN | ERC-20 | 5 | $0.018785 |
$0.09 | |
AIINU | ERC-20 | 1 | $0.020301 |
$0.02 | |
BOYS | ERC-20 | 0.23 | $0.012099 |
$0 | |
BOOMER | ERC-20 | 0.069 | $0.010176 |
$0 | |
RIKY | ERC-20 | 0.99 | $0.000175 |
$0 | |
Boe | ERC-20 | 0.69 | $0.000159 |
$0 | |
MINKY | ERC-20 | 12 | $0.000006 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
WGC | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22756873 | an hour ago | | | 0 | 9.2078356e-7 | |
| 22752731 | 3 hours ago | | | 0 | 4.8905365e-7 | |
| 22752725 | 3 hours ago | | | 0 | 4.8763582e-7 | |
| 22751917 | 4 hours ago | | | 0 | 0.0000055399544 | |
| 22747084 | 6 hours ago | | | 0 | 0.0000031779814 | |
| 22747061 | 6 hours ago | | | 0 | 0.0000055399544 | |
| 22745764 | 7 hours ago | | | 0 | 3.9358842e-7 | |
| 22742836 | 9 hours ago | | | 0 | 0.0000055399544 | |
| 22738356 | 11 hours ago | | | 0 | 0.0000050869826 | |
| 22735218 | 13 hours ago | | | 0 | 1.1561825e-7 |
ABI
ABI objects
Getter at block 22758601
counter() view returns (uint256)
18926
maxMintsPerAddress() view returns (uint256)
2
name() view returns (string)
Based Mfers
owner() view returns (address)
0x3e967e2db488e0ed83b6dc9a62632a11e56ef194
symbol() view returns (string)
BMFER
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCount(address) view returns (uint256)
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)
mintFor(string ipfsUrl, string traitsJson, address _recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxMintsPerAddress(uint256 maxMints)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MaxMintsPerAddressChanged(uint256 maxMintsPerAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenURISet(uint256 indexed tokenId, string tokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
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)