SpotLogic
Verified contract
Active on
Ethereum with 1,259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0d28…f9ec
Balances ($0.00)
No balances found for "SpotLogic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19647281 | 7 months ago | | | 0 | 0.00054652541 | |
| 19622284 | 7 months ago | | | 0 | 0.0030996127 | |
| 19579450 | 7 months ago | | | 0 | 0.0047380598 | |
| 19506753 | 8 months ago | | | 0 | 0.0044781622 | |
| 19464032 | 8 months ago | | | 0 | 0.0075425130 | |
| 19421360 | 8 months ago | | | 0 | 0.010929245 | |
| 19378490 | 8 months ago | | | 0 | 0.019910457 | |
| 19335516 | 9 months ago | | | 0 | 0.012258872 | |
| 19292633 | 9 months ago | | | 0 | 0.0068531365 | |
| 19249904 | 9 months ago | | | 0 | 0.0036569129 |
ABI
ABI objects
Getter at block 21209941
abandonPoint() view returns (uint256)
40320
canSubmit() view returns (bool)
true
confirmationDelay() view returns (uint8)
5
currentGblockNumber() view returns (uint32)
46358
currentLogic() view returns (address)
0x2d627ff93d32f5febb04d68409a889895b4aef2d
data() view returns (address)
0x0d283d685f0a741c463846176e4c8eff90d3f9ec
exitCounts() view returns (uint32)
0
getExtensions() view returns (address[])
[0xDA88EfA53c85Afa30564bb651A2E76b99a232082]
gluon() view returns (address)
0x75ace7a086ea0fb1a79e43cc6331ad053d8c67cb
hasBeenAbandoned() view returns (bool)
true
id() view returns (uint32)
2
isOn() view returns (bool)
false
name() view returns (uint256)
17348474894813825882129073499594235812633677095075933050106463134462708016762
operator() view returns (address)
0x5ccaaae7bea14e8e04fb0fc7ed16df49d5678eb8
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)
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)
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)
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()
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.