Solvency by Ezra Miller
Verified contract
Active on
Ethereum with 1,337 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x5d3b…86d7
Balances ($26.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNT | ERC-20 | 600 | $0.04484 |
$26.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21181344 | 17 days ago | | | 0 | 0.0032988139 | |
| 20976334 | a month ago | | | 0 | 0.00056212212 | |
| 20721752 | 3 months ago | | | 0 | 0.00019784070 | |
| 20506683 | 4 months ago | | | 0 | 0.00012803311 | |
| 20506633 | 4 months ago | | | 0 | 0.000097922814 | |
| 20236602 | 5 months ago | | | 0 | 0.00071366575 | |
| 20143530 | 5 months ago | | | 0 | 0.00014191426 | |
| 20127864 | 5 months ago | | | 0 | 0.00042965128 | |
| 20113449 | 5 months ago | | | 0 | 0.00054618018 | |
| 20105665 | 5 months ago | | | 0 | 0.00023432691 |
ABI
ABI objects
Getter at block 21301656
arweaveId() view returns (string)
6qmWCnHU2KteH6qz4iSwimufyQffIlZT1sHbiwaqYis
arweaveIdLocked() view returns (bool)
false
baseURI() view returns (string)
https://solvency.art/api/
lastMintedId() view returns (uint256)
500
maxNumberOfPieces() view returns (uint256)
500
name() view returns (string)
Solvency by Ezra Miller
oracleAccount() view returns (address)
0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc
oracleToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
owner() view returns (address)
0x7918b47759e8bce8489f3b54aad0ea71ce6bddbc
piecesLeft() view returns (uint256)
0
pricePerPiece() view returns (uint256)
400000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
SOLVENCY
tokenUriLocked() view returns (bool)
false
totalSupply() view returns (uint256)
500
withdrawalAddress() view returns (address)
0x5d3b03b452b4bb528a77f5d1e6a1b53ed18786d7
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwners(uint256 start, uint256 end) view returns (address[])
getTokenHashes(uint256 start, uint256 end) view returns (bytes32[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToHash(uint256) view returns (bytes32)
tokenInfo(uint256 tokenId) view returns (address, bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy() payable
lockArweaveId()
lockTokenUri()
mintArtistProofs()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setArweaveId(string givenArweaveId)
setMaxNumberOfPieces(uint256 givenMaxNumberOfPieces)
setSaleActive(bool isActive)
setTokenUri(string givenTokenUri)
setWithdrawalAddress(address givenWithdrawalAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEth()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ArweaveIdUpdated(string newArweaveId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address buyer, uint256 price, uint256 tokenId, bytes32 hash)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string givenTokenUriBase, uint256 givenPricePerPiece, uint256 givenMaxNumberOfPieces, string givenArweaveId, address givenWithdrawalAddress, address givenOracleToken, address givenOracleAccount)
This contract contains no fallback and receive objects.
This contract contains no error objects.