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 "Yes But"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069571 | a month ago | | | 0 | 0.00040724550 | |
| 17963876 | a year ago | | | 0 | 0.0023381606 | |
| 17047663 | 2 years ago | | | 0 | 0.00075846076 | |
| 17047662 | 2 years ago | | | 0 | 0.0012811367 | |
| 16963182 | 2 years ago | | | 0 | 0.00045941363 | |
| 16961267 | 2 years ago | | | 0 | 0.00088227551 | |
| 16854551 | 2 years ago | | | 0 | 0.00063179986 | |
| 16789978 | 2 years ago | | | 0 | 0.0011902996 | |
| 16765878 | 2 years ago | | | 0 | 0.0020187978 | |
| 16740354 | 2 years ago | | | 0 | 0.00081053370 |
ABI
ABI objects
Getter at block 21262410
maxToken() view returns (uint256)
5000
mintMax() view returns (uint256)
4
name() view returns (string)
Yes But
owner() view returns (address)
0xbab853da58b28672d564a4c818a949e986fb3bca
pbmintPrice() view returns (uint256)
0
revealed() view returns (bool)
true
saleState() view returns (uint8)
0
symbol() view returns (string)
YB
totalSupply() view returns (uint256)
666
wl1mintPrice() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) 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
flipSaleState(uint8 _state)
ownerMint(uint256 _amount, address _address)
pbMint(uint256 _amount) payable
reserveBulk(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI_EXT(string ext_)
setBaseURI(string uri_)
setMaxMint(uint256 newMax)
setMerkleRoot(bytes32 merkleRoot_)
setPbPrice(uint256 newPrice)
setReveal()
setWlPrice(uint256 newWlPrice)
sethiddenBaseURI(string uri_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address new_)
withdraw()
wl1Mint(uint256 _amount, bytes32[] proof_) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()