Base Onchain Summer, Introduced
Verified contract
Active on
Base with 3,673 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 "Base Onchain Summer, Introduced"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21768460 | a month ago | | | 0 | 3.9092102e-7 | |
| 21762016 | a month ago | | | 0 | 0.0000014066382 | |
| 19584912 | 3 months ago | | | 0 | 5.4877452e-7 | |
| 17952702 | 4 months ago | | | 0 | 0.000000066295478488 | |
| 17925690 | 4 months ago | | | 0 | 7.1634600e-7 | |
| 17253983 | 4 months ago | | | 0 | 0.0000020836395 | |
| 16442223 | 5 months ago | | | 0 | 0.0000026080473 | |
| 15075598 | 6 months ago | | | 0 | 9.3700469e-7 | |
| 14875210 | 6 months ago | | | 0 | 0.0000069790312 | |
| 14750544 | 6 months ago | | | 0 | 0.0000014974956 |
ABI
ABI objects
Getter at block 22932705
name() view returns (string)
Base Onchain Summer, Introduced
owner() view returns (address)
0x45247ca94394546757412fd5ad3a95256b90b845
paused() view returns (bool)
false
salePrice() view returns (uint256)
385000000000000
symbol() view returns (string)
BASEONCHAIN
totalSupply() view returns (uint256)
3547
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedFreeMint(address) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMetadataUri(string _metadataUri)
setPaused(bool _state)
setSalePrice(uint256 _newPrice)
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.
This contract contains no error objects.