LogiumCore
Verified contract
Active on
Ethereum with 673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($918.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 919.155372 | $0.999676 |
$918.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20887554 | a month ago | | | 0 | 0.00037386646 | |
| 20887552 | a month ago | | | 0 | 0.00059661069 | |
| 20145643 | 5 months ago | | | 0 | 0.00013389322 | |
| 20145637 | 5 months ago | | | 0 | 0.00019104346 | |
| 20125333 | 5 months ago | | | 0 | 0.00022922898 | |
| 19971632 | 6 months ago | | | 0 | 0.00043725165 | |
| 19961013 | 6 months ago | | | 0 | 0.00071947642 | |
| 19740164 | 7 months ago | | | 0 | 0.00057516941 | |
| 19740158 | 7 months ago | | | 0 | 0.00080341274 | |
| 19076819 | 10 months ago | | | 0 | 0.00077402934 |
ABI
ABI objects
Getter at block 21208519
owner() view returns (address)
0xb544b28cd19fb789a6f0fa68d52034d5458c8322
Read-only
contractFromTicketHash(bytes32 hashVal, address logiumBinaryBetImplementation) view returns (address)
isAllowedBetImplementation(address betImplementation) view returns (bool)
users(address) view returns (uint128 freeUSDCCollateral, uint64 invalidation, bool exists)
State-modifying
Events allowBetImplementation(address newBetImplementation)
deposit(uint128 amount)
depositTo(address target, uint128 amount)
disallowBetImplementation(address blockedBetImplementation)
invalidate(uint64 newInvalidation)
invalidateOther(struct ILogiumCoreIssuerInvalidationMessage invalidationMsg, bytes signature)
multicall(bytes[] data) returns (bytes[] results)
renounceOwnership()
takeTicket(bytes signature, struct TicketPayload payload, bytes32 detailsHash, bytes32 takeParams) returns (address)
transferOwnership(address newOwner)
withdraw(uint128 amount)
withdrawAll() returns (uint256)
withdrawAllFrom(struct ILogiumCoreIssuerWithdrawAuthorization authorization, bytes signature) returns (address, uint256)
withdrawFrom(uint128 amount, struct ILogiumCoreIssuerWithdrawAuthorization authorization, bytes signature) returns (address)
AllowedBetImplementation(address newBetImplementation)
BetEmitted(address indexed issuer, address indexed trader, address betImplementation, bytes32 takeParams, bytes details)
CollateralChange(address indexed issuer, int128 change)
DisallowedBetImplementation(address blockedBetImplementation)
Invalidation(address indexed issuer, uint64 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.