Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.13)
Native
Value
$9.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0025 | $3,652.01 |
$9.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16525027 | 2 years ago | | | 0 | 0.00070103002 | |
| 16525006 | 2 years ago | | | 0 | 0.00074806400 | |
| 16415893 | 2 years ago | | | 0 | 0.00086496064 | |
| 16307217 | 2 years ago | | | 0 | 0.00069745436 | |
| 16262697 | 2 years ago | | | 0 | 0.00048305537 | |
| 16262690 | 2 years ago | | | 0 | 0.00073916656 | |
| 16252592 | 2 years ago | | | 0 | 0.00056333294 | |
| 15845859 | 2 years ago | | | 0 | 0.00032375303 | |
| 15604016 | 2 years ago | | | 0 | 0.00081303778 | |
| 15407672 | 2 years ago | | | 0 | 0.00013738954 |
ABI
ABI objects
Getter at block 21316050
amountForDevs() view returns (uint256)
99
collectionSize() view returns (uint256)
6666
freeMintSize() view returns (uint256)
4000
isPublicSaleOn() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
3
name() view returns (string)
Fart
owner() view returns (address)
0xe218b646061865074f44d567c54c8a4df6ae6f5c
publicPriceWei() view returns (uint64)
2500000000000000
publicSaleStartTime() view returns (uint32)
1654380000
symbol() view returns (string)
FART
totalSupply() view returns (uint256)
4292
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address minter) 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)
devMint(uint256 quantity)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setupPublicPriceWei(uint64 publicPriceWei_)
setupPublicSaleStartTime(uint32 publicSaleStartTime_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_, uint256 freeMintSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()