Binary
Verified contract
Active on
Ethereum with 11,024 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,115.45 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202385 | 3 days ago | | | 0 | 0.00073961198 | |
| 21140359 | 11 days ago | | | 0 | 0.00058132463 | |
| 21116493 | 15 days ago | | | 0 | 0.00033252796 | |
| 21105951 | 16 days ago | | | 0 | 0.00013070381 | |
| 21105462 | 16 days ago | | | 0 | 0.00014245820 | |
| 21105400 | 16 days ago | | | 0 | 0.00016094470 | |
| 21056722 | 23 days ago | | | 0 | 0.00034025492 | |
| 20998914 | a month ago | | | 0 | 0.00030551113 | |
| 20931221 | a month ago | | | 0 | 0.00068122373 | |
| 20899979 | a month ago | | | 0 | 0.00043745149 |
ABI
ABI objects
Getter at block 21222513
MAX_SUPPLY() view returns (uint256)
7070
MINT_PRICE() view returns (uint256)
79000000000000000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
canWaitlistClaimSpot() view returns (bool)
false
getMintedLength() view returns (uint256)
3039
getWaitlistReserveLength() view returns (uint256)
447
isAlreadyReserved() view returns (bool)
true
isMaxSupplySet() view returns (bool)
false
name() view returns (string)
Binary
owner() view returns (address)
0x77f9f3747742af91e7c2074914c73857f93fe11c
phase() view returns (uint8)
0
reserveAddress() view returns (address)
0xa04be43b1f1b0fca3895e140ddb1d545f99061d1
reserveAmount() view returns (uint256)
0
symbol() view returns (string)
DEX
totalSupply() view returns (uint256)
7070
withdrawalAddress() view returns (address)
0xe1ab071f2d67521e7d059b27329950d2e2dc9309
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToOwnerAtMint(address) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
waitlistReservationList(address) view returns (uint256)
waitlistReservedAddresses(uint256) view returns (address)
State-modifying
Events airdrop(address[] _receivers)
approve(address operator, uint256 tokenId) payable
claimAllUnminted()
claimWaitlistReserveFunds()
deleteDefaultRoyalty()
internalReserve()
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAdminSigner(address _signer)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newTokenURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxSupply(uint256 quantity)
setPhase(uint8 _salePhase)
setWithdrawalAddress(address _withdrawalAddress)
sixtySixtyMint(struct BinaryDexCoupon coupon) payable
tenTenMint(struct BinaryDexCoupon coupon) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
waitListMint(struct BinaryDexCoupon coupon) payable
waitlistReserve(struct BinaryDexCoupon coupon) payable
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseUri, address _signer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()