Sofa Vision
Verified contract
Active on
Ethereum with 3,428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Sofa Vision"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249544 | 3 days ago | | | 0 | 0.00050164052 | |
| 21242964 | 4 days ago | | | 0 | 0.00038424122 | |
| 21242748 | 4 days ago | | | 0 | 0.00055531086 | |
| 21228330 | 6 days ago | | | 0 | 0.00052518799 | |
| 21173722 | 14 days ago | | | 0 | 0.00084977318 | |
| 21111617 | 22 days ago | | | 0 | 0.00020329554 | |
| 21107831 | 23 days ago | | | 0 | 0.00024977680 | |
| 21107831 | 23 days ago | | | 0 | 0.00022901220 | |
| 21101634 | 24 days ago | | | 0 | 0.00042844287 | |
| 21098268 | 24 days ago | | | 0 | 0.000093002000 |
ABI
ABI objects
Getter at block 21272596
BASE_URI() view returns (string)
https://meta.sofanft.io/api/v1/metadata/sofa/
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6NDUwLCAiZmVlX3JlY2lwaWVudCI6IjB4OTQxYzgyNGJjODA3NzAyNTFlZTg1MjlkN2IwMDA5OTQzNjY0MDI3ZCJ9
name() view returns (string)
Sofa Vision
operatorFilteringEnabled() view returns (bool)
false
owner() view returns (address)
0x941c824bc80770251ee8529d7b0009943664027d
paused() view returns (bool)
false
revealStartTime() view returns (uint256)
1700485200
revealer() view returns (address)
0x2b6df7f8389e6ecf97a0f06b189349c409a24083
symbol() view returns (string)
Sofa Vision
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 approve(address operator, uint256 tokenId)
renounceOwnership()
revealMint(address wallet, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string uri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
setPaused(bool _paused)
setRevealStartTime(uint256 startTime)
setRevealer(address addr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
RevealMinted(address owner, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.