Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Sandstorm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14226892 | 3 years ago | | | 0 | 0.027657280 | |
| 14226874 | 3 years ago | | | 0 | 0.027657280 | |
| 14226804 | 3 years ago | | | 0 | 0.026139960 | |
| 14226708 | 3 years ago | | | 0 | 0.0053989650 |
ABI
ABI objects
Getter at block 21388199
name() view returns (string)
Sandstorm
owner() view returns (address)
0x25a40857ceddf982d419a3b15615206d8ebb3bbc
symbol() view returns (string)
SMTA
tokenURIPrefix() view returns (string)
https://gateway.pinata.cloud/ipfs/
Read-only
balanceOf(address account, uint256 tokenId) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getCreator(uint256 tokenId) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyFee(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events burn(uint256 tokenId, uint256 supply)
burnBatch(uint256[] tokenIds, uint256[] amounts)
mint(string uri, uint256 supply, uint256 fee, struct SandstormSign sign)
ownerTransfership(address newOwner) returns (bool)
safeBatchTransferFrom(address from, address to, uint256[] tokenIds, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed newOwner, address indexed owner)
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)
tokenBaseURI(string value)
constructor(string name, string symbol, string tokenURIPrefix)
This contract contains no fallback and receive objects.
This contract contains no error objects.