Based Onchain Summer Circle
Verified contract
Active on
Base with 18,091 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 "Based Onchain Summer Circle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22656738 | 2 days ago | | | 0 | 0.000000046565077290 | |
| 21833978 | 21 days ago | | | 0 | 0.000000044290841958 | |
| 21817144 | 21 days ago | | | 0 | 0.000000084140596782 | |
| 21757534 | 22 days ago | | | 0 | 0.000000076909701702 | |
| 21681207 | 24 days ago | | | 0 | 0.000000083987832114 | |
| 21611119 | a month ago | | | 0 | 0.000000041712606300 | |
| 21456420 | a month ago | | | 0 | 0.000000046565077290 | |
| 20219674 | 2 months ago | | | 0 | 0.000000046726241958 | |
| 20127037 | 2 months ago | | | 0 | 0.000000072936637158 | |
| 20122241 | 2 months ago | | | 0 | 0.000000069856246878 |
ABI
ABI objects
Getter at block 22724834
MAX_PER_MINT() view returns (uint256)
5
endMint() view returns (uint256)
1696118400
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Based Onchain Summer Circle
owner() view returns (address)
0x1491f4b6dbaf2ed0a4cf94285608b132b27df5df
symbol() view returns (string)
BOSC
totalSupply() view returns (uint256)
19047
Read-only
balanceOf(address owner) view returns (uint256)
colors(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minter(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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintFree(uint256 numberOfTokens, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setEndMint(uint256 newEndMint)
setMintPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdrawAmount(uint256 amount, address to) 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.