What happened to $ONCHAIN???
Unverified contract
Proxy
Active on
Base with 998 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "What happened to $ONCHAIN???"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13411417 | 6 months ago | | | 0.001 | 0.0000062491224 | |
| 13411152 | 6 months ago | | | 0.001 | 7.5374783e-7 | |
| 13407814 | 6 months ago | | | 0.001 | 0.0000088298534 | |
| 13400113 | 6 months ago | | | 0.001 | 7.1358454e-7 | |
| 13400112 | 6 months ago | | | 0.001 | 7.1350342e-7 | |
| 13393469 | 6 months ago | | | 0.001 | 5.3860594e-7 | |
| 13393115 | 6 months ago | | | 0.001 | 0.000000606439690155 | |
| 13391566 | 6 months ago | | | 0.001 | 0.000000600657622566 | |
| 13390837 | 6 months ago | | | 0.001 | 0.000000605031797127 | |
| 13390255 | 6 months ago | | | 0.001 | 0.0000058691082 |
ABI
ABI objects
Getter at block 21869676
factoryProxy() view returns (address)
0x4205e56a69a0130a9e0828d45d0c84e45340a196
fee() view returns (uint256)
0
getFeeData() view returns (uint256 tokenFee, address treasuryAddress)
(tokenFee=0, treasuryAddress=0xf0ae4f60a4dc379ae25371a34b4b699dee8d530f)
name() view returns (string)
What happened to $ONCHAIN???
owner() view returns (address)
0xf0ae4f60a4dc379ae25371a34b4b699dee8d530f
symbol() view returns (string)
???
totalSupply() view returns (uint256)
998
treasury() view returns (address)
0xf0ae4f60a4dc379ae25371a34b4b699dee8d530f
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address account) view returns (bool claimed)
hasTheUserIdClaimed(uint256 userId) view returns (bool claimed)
isApprovedForAll(address, address) 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, uint256)
burn(uint256 tokenId, uint256 userId, bytes signature)
claim(address receiver, uint256 userId, bytes signature) payable
initialize(string name, string symbol, string _cid, address tokenOwner, address treasury, uint256 tokenFee, address factoryProxyAddress)
renounceOwnership()
safeTransferFrom(address, address, uint256)
safeTransferFrom(address, address, uint256, bytes)
setApprovalForAll(address, bool)
setFee(uint256 newFee)
setTreasury(address newTreasury)
transferFrom(address, address, uint256)
transferOwnership(address newOwner)
updateTokenURI(string newCid)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed receiver, uint256 tokenId)
FeeChanged(uint256 newFee)
Initialized(uint8 version)
MetadataUpdate()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TreasuryChanged(address newTreasury)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyClaimed()
FailedToSendEther(address recipient)
IncorrectFee(uint256 paid, uint256 requiredAmount)
IncorrectSender()
IncorrectSignature()
NonExistentToken(uint256 tokenId)
Soulbound()