Bored Circles Club
Verified contract
Active on
Ethereum with 11 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 "Bored Circles Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18068426 | a year ago | | | 0 | 0.00024592363 | |
| 18068426 | a year ago | | | 0 | 0.00024580305 | |
| 18068315 | a year ago | | | 0 | 0.00034844738 | |
| 17794086 | a year ago | | | 0.008 | 0.0056196024 | |
| 17560158 | a year ago | | | 0 | 0.00043932140 | |
| 17538162 | a year ago | | | 0 | 0.00069440283 | |
| 17538141 | a year ago | | | 0.008 | 0.0023825161 | |
| 17537900 | a year ago | | | 0 | 0.00067536166 | |
| 17537898 | a year ago | | | 0 | 0.00062037164 | |
| 16543435 | 2 years ago | | | 0 | 0.0010918044 |
ABI
ABI objects
Getter at block 21384528
PRICE() view returns (uint256)
8000000000000000
baseExtension() view returns (string)
baseURI() view returns (string)
ipfs://Qmc7yHX1XR8NhTbXPDRMpDwEyfXzGgKjzPAxsT8PBz9Msu/
getCurrentToken() view returns (uint256)
3
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
5555
name() view returns (string)
Bored Circles Club
owner() view returns (address)
0x171d81862702a0e6326d3131c89ebc5666fe2b33
paused() view returns (bool)
false
symbol() view returns (string)
BCC
totalSupply() view returns (uint256)
3
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenId(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _Id) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events _mintSingleNFT1()
approve(address to, uint256 tokenId)
claimBoredCircle(uint256 _count) payable
pause(bool _state)
renounceOwnership()
reserveNFTs()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setPRICE(uint256 _newPRICE)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAI(address _AIaddress) payable
AddressCalled(address arg0, uint256 arg1)
AddressesAdded(address[] arg0)
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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.