Onchain Summer Flowers
Verified contract
Active on
Base with 457 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 "Onchain Summer Flowers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22454816 | 7 days ago | | | 0 | 0.000000404058381648 | |
| 22388344 | 9 days ago | | | 0 | 0.000000404490607440 | |
| 21736671 | 24 days ago | | | 0 | 0.000000403617151152 | |
| 21334295 | a month ago | | | 0 | 1.7102138e-7 | |
| 20522873 | 2 months ago | | | 0 | 3.1808286e-7 | |
| 20068481 | 2 months ago | | | 0 | 2.1064672e-7 | |
| 19295424 | 3 months ago | | | 0 | 0.000000407233793040 | |
| 19285771 | 3 months ago | | | 0 | 1.2800587e-7 | |
| 19270989 | 3 months ago | | | 0 | 2.2547375e-7 | |
| 18794186 | 3 months ago | | | 0 | 2.6245623e-7 |
ABI
ABI objects
Getter at block 22768989
lastTokenId() view returns (uint256)
842
mintPrice() view returns (uint256)
1000000000000000
mintStatus() view returns (uint8)
0
name() view returns (string)
Onchain Summer Flowers
outlineColor() view returns (string)
#e9dec0
owner() view returns (address)
0x4abf2123bcddce3f853066645ae2e0e1c1a7d0e9
symbol() view returns (string)
ONCHAINFLOWERS
totalSupply() view returns (uint256)
842
Read-only
balanceOf(address owner) view returns (uint256)
bgPaletteColors(uint256) view returns (string)
circlePaletteColors(uint256) view returns (string)
example(uint256 _tokenId) view returns (string)
flowerCorePaletteColors(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)
petalDataSvg(uint256) view returns (string)
petalPaletteColors(uint256) view returns (string)
render(uint256 _tokenId, address minterAddress) view returns (string)
stemColors(uint256) view returns (string)
stemDataSvg(uint256) view returns (string)
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 adminMint(address to, uint256 numToMint)
approve(address to, uint256 tokenId)
publicMint(uint256 numToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintStatus(uint256 _status)
setPricing(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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.