OnChainSeasides Night
Verified contract
Active on
Ethereum with 697 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 "OnChainSeasides Night"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20730483 | 3 months ago | | | 0 | 0.00010735239 | |
| 20730201 | 3 months ago | | | 0 | 0.00010372423 | |
| 20730103 | 3 months ago | | | 0 | 0.000096851177 | |
| 16402317 | 2 years ago | | | 0 | 0.0011913059 | |
| 16402317 | 2 years ago | | | 0 | 0.0011913059 | |
| 16402317 | 2 years ago | | | 0 | 0.0011891362 | |
| 16296006 | 2 years ago | | | 0 | 0.00075969556 | |
| 16270472 | 2 years ago | | | 0 | 0.00054464265 | |
| 16052487 | 2 years ago | | | 0 | 0.00048394968 | |
| 15701077 | 2 years ago | | | 0 | 0.00034474346 |
ABI
ABI objects
Getter at block 21324372
name() view returns (string)
OnChainSeasides Night
owner() view returns (address)
0x6543b150cb372951a40c6adb30faceff4cb96d0f
symbol() view returns (string)
OSN
totalSupply() view returns (uint256)
475
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 BuyNFTs(uint256 tokensNumber) payable
approve(address to, uint256 tokenId)
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.