Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x97ce…6068
0x8872…58cd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SoloS | ERC-20 | 999.8414M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137393 | 3 days ago | | | 0 | 0.00094770522 | |
| 21106471 | 8 days ago | | | 0 | 0.00047851571 | |
| 21022107 | 20 days ago | | | 0 | 0.00053463056 | |
| 21013620 | 21 days ago | | | 0 | 0.00018129645 | |
| 20982276 | 25 days ago | | | 0 | 0.00023025879 | |
| 20898327 | a month ago | | | 0 | 0.00018628312 | |
| 20687513 | 2 months ago | | | 0 | 0.000069232500 | |
| 20685568 | 2 months ago | | | 0 | 0.00010537203 | |
| 20682978 | 2 months ago | | | 0 | 0.000089488784 | |
| 20682945 | 2 months ago | | | 0 | 0.00013444130 |
ABI
ABI objects
Getter at block 21162265
baseSolosPerUri() view returns (uint256)
40000000000000000000
baseURI() view returns (string)
http://tokens.solos.so/
getCurrentPrice() view returns (uint256)
200000000000000000
isInitialized() view returns (bool)
true
maxTokenCount() view returns (uint16)
20000
name() view returns (string)
SOLOS
owner() view returns (address)
0xa70632ca8173fe5db9fa8e5e7b9e691778fe4d45
paused() view returns (bool)
false
solos() view returns (address)
0x8872332b988152d485028ddb68e7da98962958cd
symbol() view returns (string)
SOLOS
timelock() view returns (address)
0x580937198842e2b8d3702501219ef2eb1aa12235
totalSupply() view returns (uint256)
2747
uriSigner() view returns (address)
0xa70632ca8173fe5db9fa8e5e7b9e691778fe4d45
vault() view returns (address)
0x97ce113939abb6eb17aee1ac3ce2a06efce16068
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterLog(uint16) view returns (address minter, uint256 timestamp)
ownerOf(uint256 tokenId) view returns (address)
permanentURIArweave(uint16) view returns (string)
splitSignature(bytes sig) pure returns (uint8, bytes32, bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
artistMint() payable returns (uint256)
createPermanentURI(bytes signature, string arweaveHash, uint16 tokenId)
initialize(string baseURI, address _vault, address _uriSigner, address _solos, address _timelock)
mint() payable returns (uint256)
pause(bool _paused)
releaseSolos(address recipient, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string baseURI)
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)
PermanentURIAdded(uint256 tokenId, string arweaveHash)
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.