Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,308.86)
Native
Value
$1,308.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.391608 | $3,342.26 |
$1,308.86 | |
USA | ERC-20 | 1 | $0.000826 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22114972 | 15 days ago | | | 0 | 1.5156987e-7 | |
| 22040255 | 16 days ago | | | 0 | 1.1754561e-7 | |
| 22039283 | 16 days ago | | | 0 | 2.6860218e-7 | |
| 21761495 | 23 days ago | | | 0 | 2.8931740e-7 | |
| 21348494 | a month ago | | | 0 | 1.8908790e-7 | |
| 21296820 | a month ago | | | 0 | 2.8786082e-7 | |
| 21203230 | a month ago | | | 0 | 1.5517385e-7 | |
| 20080847 | 2 months ago | | | 0 | 2.8746244e-7 | |
| 20026496 | 2 months ago | | | 0 | 2.6356962e-7 | |
| 19514205 | 2 months ago | | | 0 | 2.8484750e-7 |
ABI
ABI objects
Getter at block 22743402
COST() view returns (uint256)
333000000000000
MAX_FREE() view returns (uint256)
5555
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5555
name() view returns (string)
Apebase
owner() view returns (address)
0xa90c553e46dbb9cdeb892948b0183bb709eabc0d
symbol() view returns (string)
APEBASE
totalSupply() view returns (uint256)
5555
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)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(uint256 _COST, uint256 _MAX_FREE, uint256 _MAX_FREE_PER_WALLET)
setData(string _base)
transferFrom(address from, address to, uint256 tokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()