Wormhole Bridged Solana-NFT
Verified contract
Proxy
Active on
Ethereum with 421 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 8 additional slots
Balances ($0.00)
No balances found for "Wormhole Bridged Solana-NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21357792 | 8 days ago | | | 0 | 0.00040424020 | |
| 21357777 | 8 days ago | | | 0 | 0.00054194189 | |
| 21357288 | 8 days ago | | | 0 | 0.00049703217 | |
| 20551907 | 4 months ago | | | 0 | 0.000044084302 | |
| 20309598 | 5 months ago | | | 0 | 0.00014698648 | |
| 20296926 | 5 months ago | | | 0 | 0.000094306597 | |
| 19970787 | 7 months ago | | | 0 | 0.00088382376 | |
| 19844540 | 7 months ago | | | 0 | 0.00024926322 | |
| 19837558 | 7 months ago | | | 0 | 0.00038000850 | |
| 19835918 | 7 months ago | | | 0 | 0.00027327541 |
ABI
ABI objects
Getter at block 21417109
chainId() view returns (uint16)
1
name() view returns (string)
Wormhole Bridged Solana-NFT
nativeContract() view returns (bytes32)
0x0101010101010101010101010101010101010101010101010101010101010101
owner() view returns (address)
0x6ffd7ede62328b3af38fcd61461bbfc52f5651fe
symbol() view returns (string)
WORMSPLNFT
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(string name_, string symbol_, address owner_, uint16 chainId_, bytes32 nativeContract_)
mint(address to, uint256 tokenId, string uri)
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.