OnChain Seasides
Verified contract
Active on
Ethereum with 4,625 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 Seasides"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269555 | 2 days ago | | | 0 | 0.00027816890 | |
| 21241410 | 6 days ago | | | 0 | 0.00039349105 | |
| 21224347 | 9 days ago | | | 0 | 0.00084231224 | |
| 21224345 | 9 days ago | | | 0 | 0.00084669313 | |
| 21212428 | 10 days ago | | | 0 | 0.00052354083 | |
| 21103773 | 25 days ago | | | 0 | 0.000077350400 | |
| 21093578 | a month ago | | | 0 | 0.00079868217 | |
| 21016428 | a month ago | | | 0 | 0.00045118100 | |
| 20981372 | a month ago | | | 0 | 0.00044698232 | |
| 20553411 | 3 months ago | | | 0 | 0.000041897992 |
ABI
ABI objects
Getter at block 21285275
name() view returns (string)
OnChain Seasides
owner() view returns (address)
0x0443e4c2fcd3b6c8da1c850b5f891ed7a8747e96
symbol() view returns (string)
SEA
totalSupply() view returns (uint256)
3309
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGrass(uint256 value, uint256 is_mirror) pure returns (string)
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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buySunsets(uint256 tokensNumber) payable
claim()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.