DerivativesLogic
Verified contract
Active on
Ethereum with 2,720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5630…50cc
Balances ($0.00)
No balances found for "DerivativesLogic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19647286 | 7 months ago | | | 0 | 0.00058875939 | |
| 19643787 | 7 months ago | | | 0 | 0.0024358939 | |
| 19636650 | 7 months ago | | | 0 | 0.0020062879 | |
| 19629505 | 7 months ago | | | 0 | 0.0028555158 | |
| 19622343 | 7 months ago | | | 0 | 0.0033514924 | |
| 19615200 | 7 months ago | | | 0 | 0.0040006661 | |
| 19608061 | 7 months ago | | | 0 | 0.0018567260 | |
| 19600922 | 7 months ago | | | 0 | 0.0019491178 | |
| 19593779 | 7 months ago | | | 0 | 0.0022434332 | |
| 19586635 | 7 months ago | | | 0 | 0.0030663310 |
ABI
ABI objects
Getter at block 21160752
abandonPoint() view returns (uint256)
40320
canSubmit() view returns (bool)
true
confirmationDelay() view returns (uint8)
5
currentLogic() view returns (address)
0xdfbfe895e07e5115773cb9631cb2148114589cac
data() view returns (address)
0x563052914fd973a2305763269a106a7b0b6d50cc
exitCounts() view returns (uint32)
0
getExtensions() view returns (address[])
[0xDA88EfA53c85Afa30564bb651A2E76b99a232082]
getSubChains() view returns (address[])
[]
gluon() view returns (address)
0x75ace7a086ea0fb1a79e43cc6331ad053d8c67cb
hasBeenAbandoned() view returns (bool)
true
id() view returns (uint32)
3
isOn() view returns (bool)
false
name() view returns (uint256)
66123409299732210049441372196138309932984984378806555469286224562595162623009
nullInstrument() view returns (uint32)
0
operator() view returns (address)
0xdb2e992e3026c16b95299457a3f62636bd67bf50
state() view returns (uint8)
0
submissionInterval() view returns (uint256)
36
upgradeOperator() view returns (address)
0x0000000000000000000000000000000000000000
visibilityDelay() view returns (uint8)
1
Read-only
canExit(bytes32 hash, uint32 gblock) view returns (bool)
checkProof(bytes proof, bytes32 root, bytes32 leaf) pure returns (bool)
checkProofOrdered(bytes proof, bytes32 root, bytes32 leaf, uint256 index) pure returns (bool)
encodePackedDeposit(uint32 ledgerId, address account, address asset, uint256 quantity, uint32 nonce, uint32 designatedGblock) pure returns (bytes)
encodedDepositOnHaltParameters(address account, address asset, uint256 quantity, uint32 nonce, uint32 designatedGblock) view returns (bytes)
extensions(uint256) view returns (address)
hasExited(address account, address asset) view returns (bool)
isExtension(address) view returns (bool)
isSubChain(address) view returns (bool)
proveInConfirmedBalances(bytes proof, bytes32 entryHash) view returns (bool)
proveInConfirmedWithdrawals(bytes proof, uint32 gblockNumber, bytes32 entryHash) view returns (bool)
recover(bytes32 hash, bytes signature) pure returns (address)
subChains(uint256) view returns (address)
verifyIncluded(bytes proof, bytes32 root, bytes32 leaf) pure returns (bool)
verifyIncludedAtIndex(bytes proof, bytes32 root, bytes32 leaf, uint256 index) pure returns (bool)
State-modifying
Events abandon()
addExtension(address extension)
addSubChain()
credit(address account, address asset, uint256 quantity)
debit(address account, bytes parameters) returns (address asset, uint256 quantity)
setUpgradeOperator(address upgradeOperator_)
submit(uint32 gblockNumber, bytes32 withdrawalsRoot, bytes32 depositsRoot, bytes32 balancesRoot)
switchOff()
upgrade()
DepositReclaimed(address indexed account, address indexed asset, uint256 quantity, uint32 nonce)
Deposited(address indexed account, address indexed asset, uint256 quantity, uint32 nonce, uint32 designatedGblock)
ExitClaimed(bytes32 hash, address indexed account, address indexed asset, uint256 confirmationThreshold)
Exited(address indexed account, address indexed asset, uint256 quantity)
ExtensionAdded(address indexed extension)
ExtensionRemoved(address indexed extension)
Off()
Retired()
SubChainAdded(address indexed subChain)
Submitted(uint32 gblockNumber, bytes32 withdrawalsRoot, bytes32 depositsRoot, bytes32 balancesRoot)
Withdrawn(bytes32 hash, address indexed account, address indexed asset, uint256 quantity)
constructor(uint32 id, address gluon, address data_, address operator_, uint256 submissionInterval_, uint256 abandonPoint_, address[] extensions)
This contract contains no fallback and receive objects.
This contract contains no error objects.