y00ts
Verified contract
Proxy
Active on
Ethereum with 22,484 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
0x0000…cd4e
9 additional
variables
Balances ($0.00)
No balances found for "y00ts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157277 | 21 minutes ago | | | 0 | 0.0034520819 | |
| 21157273 | 22 minutes ago | | | 0 | 0.0039451084 | |
| 21155180 | 7 hours ago | | | 0 | 0.0040525435 | |
| 21154958 | 8 hours ago | | | 0 | 0.0028384907 | |
| 21154954 | 8 hours ago | | | 0 | 0.00029105572 | |
| 21154708 | 9 hours ago | | | 0 | 0.0021699201 | |
| 21154634 | 9 hours ago | | | 0 | 0.00035211162 | |
| 21154612 | 9 hours ago | | | 0 | 0.0013874169 | |
| 21154607 | 9 hours ago | | | 0 | 0.0017650948 | |
| 21154570 | 9 hours ago | | | 0 | 0.0014792721 |
ABI
ABI objects
Getter at block 21157379 proxiableUUID() view returns (bytes32)
name() view returns (string)
y00ts
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xa45d808eafde8b8e6b6b078fd246e28ad13030e8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
y00t
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
burnAndSend(uint256 tokenId, bytes32 recipient) payable
burnAndSend(uint256[] tokenIds, bytes32 recipient) payable
deleteDefaultRoyalty()
initialize(string name, string symbol, address royaltyReceiver, uint96 royaltyFeeNumerator)
initializeOperatorFilterer(address registry, address subscriptionOrRegistrantToCopy, bool subscribe)
receiveAndMint(bytes vaa)
receiveAndMintBatch(bytes vaa)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
upgrateToMultiChain(bytes32 emitterAddressSolana)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMinted(uint256[] tokenIds, address indexed receiver)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
Minted(uint256 indexed tokenId, address indexed receiver)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
BaseUriEmpty()
BaseUriTooLong()
BurnNotApproved()
FailedToSend()
FailedVaaParseAndVerification(string reason)
InvalidBatchCount()
InvalidMessageLength()
InvalidMsgValue()
MultiChainAlreadyInitialized()
NotAscendingOrDuplicated()
OnlyOwner()
OperatorNotAllowed(address operator)
VaaAlreadyClaimed()
WrongEmitterAddress()
WrongEmitterChainId()