MarketHistory
Verified contract
Active on
Base with 11,843 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 |
---|---|---|---|---|---|
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22476160 | 8 minutes ago | | | 0 | 4.2657979e-7 | |
| 22476079 | 10 minutes ago | | | 0 | 4.2657979e-7 | |
| 22476074 | 11 minutes ago | | | 0 | 4.2657979e-7 | |
| 22476068 | 11 minutes ago | | | 0 | 4.2638835e-7 | |
| 22475889 | 17 minutes ago | | | 0 | 4.2657979e-7 | |
| 22474541 | an hour ago | | | 0 | 4.2657979e-7 | |
| 22474451 | an hour ago | | | 0 | 4.2657979e-7 | |
| 22474192 | an hour ago | | | 0 | 4.2657979e-7 | |
| 22474187 | an hour ago | | | 0 | 4.2657979e-7 | |
| 22474182 | an hour ago | | | 0 | 4.2657979e-7 |
ABI
ABI objects
Getter at block 22476387
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getInitializedVersion() view returns (uint64)
1
paused() view returns (bool)
false
Read-only
assertMarketIsActive(bytes32 marketHash) view
assertMarketIsCompleted(bytes32 marketHash) view
getMarketState(bytes32 marketHash) view returns (uint8)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isMarketOutcome(bytes32 marketHash, uint8 outcome) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAdmin(address newAdmin)
addMarket(bytes32 hash)
grantRole(bytes32 role, address account)
pause()
removeAdmin(address inAdmin)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setMarketPlaying(bytes32 marketHash)
settleMarket(bytes32 marketHash, uint8 outcome)
unpause()
Initialized(uint64 version)
MarketAdded(bytes32 indexed marketHash)
MarketPlaying(bytes32 indexed marketHash)
MarketSettled(bytes32 indexed marketHash, uint8 outcome)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AlreadyInitialized()
DuplicateMarket(bytes32 marketHash)
EnforcedPause()
ExpectedPause()
InvalidInitialization()
InvalidMarketState(uint8 expected, uint8 current)
NotInitialized()
NotInitializing()