Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.47)
Native
Value
$0.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000181 | $2,570.30 |
$0.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15639626 | 5 months ago | | | 0 | 0.0000069928500 | |
| 13441422 | 6 months ago | | | 0 | 3.9652821e-7 | |
| 9532787 | 9 months ago | | | 0 | 0.000000000240787631 | |
| 7788137 | a year ago | | | 0 | 0.000000090196495298 | |
| 5882418 | a year ago | | | 0 | 0.000000002507063785 | |
| 5689192 | a year ago | | | 0 | 0.000000060409246989 | |
| 5620449 | a year ago | | | 0 | 0.000000028908468771 | |
| 5524026 | a year ago | | | 0 | 0.000000003328178672 | |
| 5158639 | a year ago | | | 0 | 7.1380100e-7 | |
| 5119030 | a year ago | | | 0 | 0.0000049288226 |
ABI
ABI objects
Getter at block 21841347
FREE_SUPPLY() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
100000
PAID_SUPPLY() view returns (uint256)
10
name() view returns (string)
BaseOnFun
owner() view returns (address)
0x03cfde464cc9d8fc3dbffafe8fe66f83e35f7184
symbol() view returns (string)
BOF
totalSupply() view returns (uint256)
4896
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
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOut(address _to)
transferOwnership(address newOwner)
withdraw()
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)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()