Satoshi Island Land NFT Deeds
Verified contract
Active on
Ethereum with 6,393 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 "Satoshi Island Land NFT Deeds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141488 | 3 days ago | | | 0 | 0.00042039152 | |
| 21090640 | 10 days ago | | | 0 | 0.00018920403 | |
| 21083358 | 11 days ago | | | 0 | 0.00033428554 | |
| 21077183 | 12 days ago | | | 0 | 0.00059261509 | |
| 21071398 | 12 days ago | | | 0 | 0.0010564924 | |
| 21071088 | 12 days ago | | | 0 | 0.00049357440 | |
| 21068485 | 13 days ago | | | 0 | 0.00068664110 | |
| 21055900 | 14 days ago | | | 0 | 0.00029894306 | |
| 21043782 | 16 days ago | | | 0 | 0.00060804067 | |
| 21038491 | 17 days ago | | | 0 | 0.00033696800 |
ABI
ABI objects
Getter at block 21159756
name() view returns (string)
Satoshi Island Land NFT Deeds
owner() view returns (address)
0x928338ccb9ebd60a11241d2cf7f21e4dca81dfc1
symbol() view returns (string)
SILD
totalSupply() view returns (uint256)
18520
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
deed(uint256 tokenId) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address from, uint256 tokenId, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released()
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string nameArg, string symbolArg, string uriArg, address receiver, uint256[] amounts, string[] deedsLinks)
This contract contains no fallback and receive objects.
This contract contains no error objects.