Boki Teens
Verified contract
Active on
Ethereum with 5,629 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 "Boki Teens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18214525 | a year ago | | | 0 | 0.00051592599 | |
| 17952503 | a year ago | | | 0 | 0.00043764804 | |
| 17952491 | a year ago | | | 0 | 0.00054547382 | |
| 17952484 | a year ago | | | 0 | 0.00051784451 | |
| 17952481 | a year ago | | | 0 | 0.00052626077 | |
| 17952475 | a year ago | | | 0 | 0.00054887939 | |
| 17952471 | a year ago | | | 0 | 0.00070072166 | |
| 17905681 | a year ago | | | 0 | 0.00053265434 | |
| 17862423 | a year ago | | | 0 | 0.00090464847 | |
| 17516005 | a year ago | | | 0 | 0.0012508451 |
ABI
ABI objects
Getter at block 21169205
MAX_FREE_MINT() view returns (uint256)
2
MAX_PER_WALLET() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
7777
PRICE() view returns (uint256)
3000000000000000
contractURI() pure returns (string)
ipfs://QmWuyeLKVL23HsgdHhgUCndwvtXeHntfBWB9AxUpyZPbm8
name() view returns (string)
Boki Teens
owner() view returns (address)
0x3a3d83ae841f943a4d10624577b6ff3fde872d22
symbol() view returns (string)
BOTE
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
boughtMints(address) view returns (uint256)
freeMints(address) 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)
freeMint()
mint(uint256 _amount) 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)
setMaxFreeMint(uint256 _newValue)
setNewPrice(uint256 _newValue)
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()