ConditionalTokens
Verified contract
Active on
Base with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6.203548K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18647102 | 3 months ago | | | 0 | 7.8347372e-7 | |
| 18647092 | 3 months ago | | | 0 | 7.8347372e-7 | |
| 18647085 | 3 months ago | | | 0 | 7.8347372e-7 | |
| 17811577 | 3 months ago | | | 0 | 4.6922421e-7 | |
| 17811463 | 3 months ago | | | 0 | 4.7366568e-7 | |
| 17811385 | 3 months ago | | | 0 | 4.8024775e-7 | |
| 17737148 | 3 months ago | | | 0 | 0.0000012593034 | |
| 17736737 | 3 months ago | | | 0 | 0.0000015152687 | |
| 17736461 | 3 months ago | | | 0 | 0.0000015559980 | |
| 17734929 | 3 months ago | | | 0 | 0.0000010458490 |
ABI
ABI objects
Getter at block 22154755
This contract contains no getter function objects.
Read-only
balanceOf(address owner, uint256 id) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[])
getCollectionId(bytes32 parentCollectionId, bytes32 conditionId, uint256 indexSet) view returns (bytes32)
getConditionId(address oracle, bytes32 questionId, uint256 outcomeSlotCount) pure returns (bytes32)
getOutcomeSlotCount(bytes32 conditionId) view returns (uint256)
getPositionId(address collateralToken, bytes32 collectionId) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
payoutDenominator(bytes32) view returns (uint256)
payoutNumerators(bytes32, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events mergePositions(address collateralToken, bytes32 parentCollectionId, bytes32 conditionId, uint256[] partition, uint256 amount)
prepareCondition(address oracle, bytes32 questionId, uint256 outcomeSlotCount)
redeemPositions(address collateralToken, bytes32 parentCollectionId, bytes32 conditionId, uint256[] indexSets)
reportPayouts(bytes32 questionId, uint256[] payouts)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
splitPosition(address collateralToken, bytes32 parentCollectionId, bytes32 conditionId, uint256[] partition, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConditionPreparation(bytes32 indexed conditionId, address indexed oracle, bytes32 indexed questionId, uint256 outcomeSlotCount)
ConditionResolution(bytes32 indexed conditionId, address indexed oracle, bytes32 indexed questionId, uint256 outcomeSlotCount, uint256[] payoutNumerators)
PayoutRedemption(address indexed redeemer, address indexed collateralToken, bytes32 indexed parentCollectionId, bytes32 conditionId, uint256[] indexSets, uint256 payout)
PositionSplit(address indexed stakeholder, address collateralToken, bytes32 indexed parentCollectionId, bytes32 indexed conditionId, uint256[] partition, uint256 amount)
PositionsMerge(address indexed stakeholder, address collateralToken, bytes32 indexed parentCollectionId, bytes32 indexed conditionId, uint256[] partition, uint256 amount)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.