3DM - Preview Token
Verified contract
Active on
Base with 5,462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "3DM - Preview Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21483956 | 7 days ago | | | 0 | 4.5769258e-7 | |
| 19347581 | 2 months ago | | | 0 | 7.4649906e-7 | |
| 18879596 | 2 months ago | | | 0 | 6.7256508e-7 | |
| 18500225 | 2 months ago | | | 0 | 4.6390827e-7 | |
| 17827936 | 3 months ago | | | 0 | 5.6837917e-7 | |
| 17267146 | 3 months ago | | | 0 | 5.6918635e-7 | |
| 17145088 | 4 months ago | | | 0 | 2.2036325e-7 | |
| 16701127 | 4 months ago | | | 0 | 3.3583944e-7 | |
| 16674182 | 4 months ago | | | 0 | 2.3430420e-7 | |
| 16570858 | 4 months ago | | | 0 | 7.3600255e-7 |
ABI
ABI objects
Getter at block 21801116
AIRDROPPER_ADDRESS() view returns (address)
0x39d20a227f8b0995c9404bc908a09cc1d775b317
metadataUrl() view returns (string)
https://frames.royal.io/metadata/sonic-preview/metadata.json
name() pure returns (string)
3DM - Preview Token
nextTokenId() view returns (uint32)
5290
owner() view returns (address result)
0xd5601d91bc6be04eeda42b03a7602fbe4d2d2ca3
symbol() pure returns (string)
3DM_PT
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address account, uint256 id) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
mintTo(address to) returns (uint256 tokenId)
renounceOwnership() payable
requestOwnershipHandover() payable
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner) payable
updateMetadataUrl(string newMetadataUrl)
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
MetadataUpdated(string metadataUrl)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
AlreadyInitialized()
BalanceQueryForZeroAddress()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotOwnerNorApproved()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()