Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 26 additional slots
Balances ($1,065.29)
Native
Value
$1,065.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.342 | $3,114.88 |
$1,065.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20906052 | a month ago | | | 0 | 0.0014761996 | |
| 20899626 | a month ago | | | 0 | 0.0021437156 | |
| 19055079 | 10 months ago | | | 0 | 0.00052401448 | |
| 18107929 | a year ago | | | 0 | 0.00041959053 | |
| 17582381 | a year ago | | | 0 | 0.0042421800 | |
| 17123867 | 2 years ago | | | 0 | 0.0019472043 | |
| 16894867 | 2 years ago | | | 0 | 0.00067395682 | |
| 16792263 | 2 years ago | | | 0 | 0.0019580674 | |
| 16792049 | 2 years ago | | | 0 | 0.0022679011 | |
| 16784166 | 2 years ago | | | 0 | 0.0013700287 |
ABI
ABI objects
Getter at block 21211615
OG_SIGN_ON_CHAIN() view returns (address)
0xb605d7f21078e8f79f78ec36099fa556ba9f09ba
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name() view returns (string)
YourSignOnChain
owner() view returns (address)
0xc804f1e0d0ae662d7492e25bcb9cdc1fb18ebbbb
symbol() view returns (string)
YSOC
totalSupply() view returns (uint256)
933
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPalette(uint256 _pIdx) pure returns (string[8])
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 tokenId) 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)
buy(uint256 numberOfTokens) payable
claim(uint256 numberOfTokens)
freeMint()
ownerMint()
renounceOwnership()
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.
OperatorNotAllowed(address operator)