Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Yesser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20632776 | 3 months ago | | | 0 | 0.000046418932 | |
| 20626863 | 3 months ago | | | 0 | 0.000049473343 | |
| 19432375 | 8 months ago | | | 0 | 0.0024788496 | |
| 18555174 | a year ago | | | 0 | 0.00067454270 | |
| 18555169 | a year ago | | | 0 | 0.00063443815 | |
| 18323866 | a year ago | | | 0 | 0.00024481185 | |
| 18241431 | a year ago | | | 0 | 0.00038942385 | |
| 18222598 | a year ago | | | 0 | 0.00074807067 | |
| 18149179 | a year ago | | | 0 | 0.00048915484 | |
| 18149169 | a year ago | | | 0 | 0.00056314886 |
ABI
ABI objects
Getter at block 21208180
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
4444
mintEnabled() view returns (bool)
true
name() view returns (string)
Yesser
owner() view returns (address)
0x5e35603baafb19dd30f4affbf97dc93f151405bb
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
YESSER
totalFree() view returns (uint256)
4444
totalSupply() view returns (uint256)
4444
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)
flipSale()
mint(uint256 count) 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 uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()