UnlonelySharesV1
Verified contract
Active on
Base with 597 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($420.92)
Native
Value
$420.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.127842 | $3,292.51 |
$420.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15940880 | 5 months ago | | | 0 | 5.8217814e-7 | |
| 15940628 | 5 months ago | | | 0 | 7.7887838e-7 | |
| 15939462 | 5 months ago | | | 0 | 8.8370296e-7 | |
| 15939404 | 5 months ago | | | 0 | 8.8388981e-7 | |
| 15939217 | 5 months ago | | | 0 | 8.8370296e-7 | |
| 15939173 | 5 months ago | | | 0.0001890625 | 0.000000509809943472 | |
| 15939069 | 5 months ago | | | 0 | 5.6940366e-7 | |
| 15938941 | 5 months ago | | | 0 | 5.4323796e-7 | |
| 15938879 | 5 months ago | | | 0 | 0.000000505587063864 | |
| 15938849 | 5 months ago | | | 0.0001890625 | 0.000000509585719776 |
ABI
ABI objects
Getter at block 22758615
owner() view returns (address)
0x1f5d1126fd1604be054819724e1e8392c1ac0000
protocolFeeDestination() view returns (address)
0x1f5d1126fd1604be054819724e1e8392c1ac0000
protocolFeePercent() view returns (uint256)
100000000000000000000
subjectFeePercent() view returns (uint256)
100000000000000000000
Read-only
eventResult(address) view returns (bool)
eventVerified(address) view returns (bool)
getBuyPrice(address sharesSubject, uint256 amount, bool isYay) view returns (uint256)
getBuyPriceAfterFee(address sharesSubject, uint256 amount, bool isYay) view returns (uint256)
getHolderSharesBalance(address sharesSubject, address holder, bool isYay) view returns (uint256)
getPayout(address sharesSubject, address user) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPrice(address sharesSubject, uint256 amount, bool isYay) view returns (uint256)
getSellPriceAfterFee(address sharesSubject, uint256 amount, bool isYay) view returns (uint256)
isVerifier(address) view returns (bool)
naySharesBalance(address, address) view returns (uint256)
naySharesSupply(address) view returns (uint256)
pooledEth(address) view returns (uint256)
yaySharesBalance(address, address) view returns (uint256)
yaySharesSupply(address) view returns (uint256)
State-modifying
Events addVerifier(address verifier)
buyShares(address sharesSubject, uint256 amount, bool isYay) payable
claimPayout(address sharesSubject)
closeEventIfNoWinners(address sharesSubject)
removeVerifier(address verifier)
renounceOwnership()
sellShares(address sharesSubject, uint256 amount, bool isYay) payable
setFeeDestination(address _feeDestination)
setProtocolFeePercent(uint256 _feePercent)
setSubjectFeePercent(uint256 _feePercent)
transferOwnership(address newOwner)
verifyEvent(address sharesSubject, bool result)
EventVerified(address indexed sharesSubject, bool result)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(address indexed voter, uint256 amount)
Trade(address trader, address subject, bool isBuy, bool isYay, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 subjectEthAmount, uint256 supply)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.