Goodboi _Borzoi
Verified contract
Active on
Ethereum with 5,671 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 "Goodboi _Borzoi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105277 | 7 days ago | | | 0 | 0.00012105948 | |
| 21103129 | 8 days ago | | | 0 | 0.00010200637 | |
| 21102343 | 8 days ago | | | 0 | 0.00013208575 | |
| 21101622 | 8 days ago | | | 0 | 0.00026902290 | |
| 21057325 | 14 days ago | | | 0 | 0.00021796603 | |
| 20998969 | 22 days ago | | | 0 | 0.00040053218 | |
| 20696182 | 2 months ago | | | 0 | 0.00010717207 | |
| 20252261 | 4 months ago | | | 0 | 0.000039475807 | |
| 20200922 | 4 months ago | | | 0 | 0.000038624193 | |
| 20180221 | 4 months ago | | | 0 | 0.00031862666 |
ABI
ABI objects
Getter at block 21157576
MAX_SUPPLY() view returns (uint256)
5555
MAX_TX() view returns (uint256)
5
PRICE() view returns (uint256)
25000000000000000
WHITELIST_PRICE() view returns (uint256)
20000000000000000
baseURI() view returns (string)
ipfs://bafybeif7fypfqpqufa6tc5gvpxw5zow3mcahmcr4mi2peicm55t5cxotmm/
burnActive() view returns (bool)
false
name() view returns (string)
Goodboi _Borzoi
owner() view returns (address)
0xa186a1c7cfcad77e4acff63f16dc48fd88c9b551
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
GBB
teamClaimed() view returns (bool)
true
totalSupply() view returns (uint256)
5555
whitelistSaleActive() view returns (bool)
true
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)
whitelistSaleClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
burnTokens(uint256[] tokenIds)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMaxTx(uint256 _maxTx)
setMerkleRoot(bytes32 _root)
setPrice(uint256 _price)
setWhitelistPrice(uint256 _price)
teamMint()
toggleBurn()
togglePublic()
toggleWhitelist()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] proof) 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 name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()