Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb8de…c164
Balances ($0.00)
No balances found for "SolDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15844416 | 2 years ago | | | 0 | 0.0026188500 | |
| 15844409 | 2 years ago | | | 0 | 0.0026188500 | |
| 15665859 | 2 years ago | | | 0 | 0.0017632500 | |
| 15622456 | 2 years ago | | | 0 | 0.00065080364 | |
| 15597962 | 2 years ago | | | 0 | 0.0026188500 | |
| 15595108 | 2 years ago | | | 0 | 0.00030593166 | |
| 15595104 | 2 years ago | | | 0 | 0.00035383055 | |
| 15574774 | 2 years ago | | | 0 | 0.0026188500 | |
| 15527715 | 2 years ago | | | 0 | 0.0026709000 | |
| 15526796 | 2 years ago | | | 0 | 0.0026188500 |
ABI
ABI objects
Getter at block 21223940
baseURI() view returns (string)
name() view returns (string)
SolDAO
owner() view returns (address)
0x1c0aa8ccd568d90d61659f060d1bfb1e6f855a20
symbol() view returns (string)
SOLD
uriFetcher() view returns (address)
0xb8de134d9c1f769d37ea5c6b36e3c3d697dcc164
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
transferable(uint256) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address from, uint256 id, uint256 amount) payable
mint(address to, uint256 id, uint256 amount, bytes data) payable
multicall(bytes[] data) payable returns (bytes[] results)
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)
setBaseURI(string _baseURI) payable
setOwner(address newOwner)
setTransferability(uint256 id, bool set) payable
setURIfetcher(address _uriFetcher) payable
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnerUpdated(address indexed user, address indexed newOwner)
SetBaseURI(string baseURI)
SetTransferability(uint256 id, bool set)
SetURIfetcher(address indexed uriFetcher)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.