Bye BanX
Verified contract
Active on
Ethereum with 1,161 txns
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 "Bye BanX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18255949 | a year ago | | | 0 | 0.00030866991 | |
| 18185032 | a year ago | | | 0 | 0.00056117304 | |
| 18183037 | a year ago | | | 0 | 0.00043918756 | |
| 17994378 | a year ago | | | 0 | 0.00078543425 | |
| 17907683 | a year ago | | | 0 | 0.0010447085 | |
| 17842411 | a year ago | | | 0 | 0.0017689908 | |
| 17819605 | a year ago | | | 0 | 0.0013122168 | |
| 17808411 | a year ago | | | 0 | 0.0011562461 | |
| 17798264 | a year ago | | | 0 | 0.00077629369 | |
| 17793850 | a year ago | | | 0 | 0.0019710108 |
ABI
ABI objects
Getter at block 21397761
baseURI() view returns (string)
ipfs://QmaN85GEkAGWxqMEqEDdV1Wn8frzdJ99cyBssd9zWAk9gi/
cost() view returns (uint256)
100000000000000000
maxMintAmount() view returns (uint256)
2
maxSupply() view returns (uint16)
666
name() view returns (string)
Bye BanX
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x709bf4ac7ed6bb2f9d60b1215d983496ab68efbc
privateSale() view returns (bool)
true
publicSale() view returns (bool)
true
signer1() view returns (address)
0x252648c5f50b87c71e5b8f0c7040233cc09f17cf
signer2() view returns (address)
0xb6bd6b57ca701ad84b0fa37d345babc8d5af6b62
signer3() view returns (address)
0x9c5d4e7810a62d01684c88adda6216679e5e79c0
signer4() view returns (address)
0x536b6d6cd004b51ad80ceac935a3ced7d5a9778a
symbol() view returns (string)
ByeBanX
totalSupply() view returns (uint256)
666
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
configure(bool _publicSale, bool _privateSale, uint256 _maxMintAmount, address _signer1, address _signer2, address _signer3, address _signer4)
devMint(uint256 _mintAmount)
mint(uint256 _mintAmount) payable
privateSaleMint(uint256 _mintAmount, bytes signature) 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 _newBaseURI)
setCost(uint256 _cost)
setMaxMintAmount(uint256 _maxMintAmount)
setSigner(address _signer)
setSigner2(address _signer)
setSigner3(address _signer)
setSigner4(address _signer)
togglePrivateSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
This contract contains no error objects.