DriipSettlementChallengeByPayment
Verified contract
Active on
Ethereum with 1,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7896…5352
0x41bf…6dca
0x0e3b…1da4
0xbc1b…8cad
0x8f50…d153
0xbee4…4c92
0x5578…c581
0xc1f2…88b7
Balances ($0.00)
No balances found for "DriipSettlementChallengeByPayment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 21181827 | 15 days ago | | | 0 | 0.00070493335 | |
Transfer | 21178454 | 15 days ago | | | 0.0001 | 0.00058926000 | |
0x | 21174859 | 16 days ago | | | 0 | 0.00058028141 | |
0x | 21174810 | 16 days ago | | | 0 | 0.00048676231 | |
0x | 21174754 | 16 days ago | | | 0 | 0.00059449766 | |
| 20046057 | 6 months ago | | | 0 | 0.0025150076 | |
| 20003673 | 6 months ago | | | 0 | 0.0049045080 | |
| 20003618 | 6 months ago | | | 0 | 0.0048315955 | |
| 19989728 | 6 months ago | | | 0 | 0.0076060779 | |
| 19988579 | 6 months ago | | | 0 | 0.0038953125 |
ABI
ABI objects
Getter at block 21286915
balanceTracker() view returns (address)
0xbc1bcc29edf605095bf4fe7a953b7c115ecc8cad
balanceTrackerFrozen() view returns (bool)
false
configuration() view returns (address)
0x78966acb215bfe03dc5d41a1c0689bff4a0d5352
deployer() view returns (address)
0xf05179bac3d1fbef58a2fcd7ad0f769840027cc6
destructor() view returns (address)
0xf05179bac3d1fbef58a2fcd7ad0f769840027cc6
driipSettlementChallengeState() view returns (address)
0xbee46f40a0d83603e2d96d8850329983dc464c92
driipSettlementDisputeByPayment() view returns (address)
0x8f50e4b36fe1c34cdee57094b19c0d92ab46d153
driipSettlementState() view returns (address)
0xc1f2fb0a975b2efc11bedefad46cbd72338388b7
nullSettlementChallengeState() view returns (address)
0x5578864b5d318645e1e7eeb8b20fff7dc361c581
operator() view returns (address)
0xf05179bac3d1fbef58a2fcd7ad0f769840027cc6
selfDestructionDisabled() view returns (bool)
false
validator() view returns (address)
0x41bf1a5879ce7daef38bd2abbe3e016ec6f16dca
walletLocker() view returns (address)
0x0e3b42f7c307a9b0541b46e9a2be320caafd1da4
walletLockerFrozen() view returns (bool)
false
Read-only
hasProposal(address wallet, address currencyCt, uint256 currencyId) view returns (bool)
hasProposalExpired(address wallet, address currencyCt, uint256 currencyId) view returns (bool)
hasProposalTerminated(address wallet, address currencyCt, uint256 currencyId) view returns (bool)
proposalChallengedHash(address wallet, address currencyCt, uint256 currencyId) view returns (bytes32)
proposalChallengedKind(address wallet, address currencyCt, uint256 currencyId) view returns (string)
proposalDisqualificationBlockNumber(address wallet, address currencyCt, uint256 currencyId) view returns (uint256)
proposalDisqualificationCandidateHash(address wallet, address currencyCt, uint256 currencyId) view returns (bytes32)
proposalDisqualificationCandidateKind(address wallet, address currencyCt, uint256 currencyId) view returns (string)
proposalDisqualificationChallenger(address wallet, address currencyCt, uint256 currencyId) view returns (address)
proposalExpirationTime(address wallet, address currencyCt, uint256 currencyId) view returns (uint256)
proposalNonce(address wallet, address currencyCt, uint256 currencyId) view returns (uint256)
proposalReferenceBlockNumber(address wallet, address currencyCt, uint256 currencyId) view returns (uint256)
proposalStageAmount(address wallet, address currencyCt, uint256 currencyId) view returns (int256)
proposalStatus(address wallet, address currencyCt, uint256 currencyId) view returns (uint8)
proposalTargetBalanceAmount(address wallet, address currencyCt, uint256 currencyId) view returns (int256)
proposalWalletInitiated(address wallet, address currencyCt, uint256 currencyId) view returns (bool)
State-modifying
Events challengeByPayment(address wallet, struct PaymentTypesLibPayment payment)
disableSelfDestruction()
freezeBalanceTracker()
freezeWalletLocker()
setBalanceTracker(address newBalanceTracker)
setConfiguration(address newConfiguration)
setDeployer(address newDeployer)
setDriipSettlementChallengeState(address newDriipSettlementChallengeState)
setDriipSettlementDisputeByPayment(address newDriipSettlementDisputeByPayment)
setDriipSettlementState(address newDriipSettlementState)
setNullSettlementChallengeState(address newNullSettlementChallengeState)
setOperator(address newOperator)
setValidator(address newValidator)
setWalletLocker(address newWalletLocker)
startChallengeFromPayment(struct PaymentTypesLibPayment payment, int256 stageAmount)
startChallengeFromPaymentByProxy(address wallet, struct PaymentTypesLibPayment payment, int256 stageAmount)
stopChallenge(address currencyCt, uint256 currencyId)
stopChallengeByProxy(address wallet, address currencyCt, uint256 currencyId)
triggerSelfDestruction()
ChallengeByPaymentEvent(address challengedWallet, uint256 nonce, int256 cumulativeTransferAmount, int256 stageAmount, int256 targetBalanceAmount, address currencyCt, uint256 currencyId, address challengerWallet)
FreezeBalanceTrackerEvent()
FreezeWalletLockerEvent()
SelfDestructionDisabledEvent(address wallet)
SetBalanceTrackerEvent(address oldBalanceTracker, address newBalanceTracker)
SetConfigurationEvent(address oldConfiguration, address newConfiguration)
SetDeployerEvent(address oldDeployer, address newDeployer)
SetDriipSettlementChallengeStateEvent(address oldDriipSettlementChallengeState, address newDriipSettlementChallengeState)
SetDriipSettlementDisputeByPaymentEvent(address oldDriipSettlementDisputeByPayment, address newDriipSettlementDisputeByPayment)
SetDriipSettlementStateEvent(address oldDriipSettlementState, address newDriipSettlementState)
SetNullSettlementChallengeStateEvent(address oldNullSettlementChallengeState, address newNullSettlementChallengeState)
SetOperatorEvent(address oldOperator, address newOperator)
SetValidatorEvent(address oldValidator, address newValidator)
SetWalletLockerEvent(address oldWalletLocker, address newWalletLocker)
StartChallengeFromPaymentByProxyEvent(address wallet, uint256 nonce, int256 cumulativeTransferAmount, int256 stageAmount, int256 targetBalanceAmount, address currencyCt, uint256 currencyId, address proxy)
StartChallengeFromPaymentEvent(address wallet, uint256 nonce, int256 cumulativeTransferAmount, int256 stageAmount, int256 targetBalanceAmount, address currencyCt, uint256 currencyId)
StopChallengeByProxyEvent(address wallet, uint256 nonce, int256 cumulativeTransferAmount, int256 stageAmount, int256 targetBalanceAmount, address currencyCt, uint256 currencyId, address proxy)
StopChallengeEvent(address wallet, uint256 nonce, int256 cumulativeTransferAmount, int256 stageAmount, int256 targetBalanceAmount, address currencyCt, uint256 currencyId)
TriggerSelfDestructionEvent(address wallet)
constructor(address deployer)
This contract contains no fallback and receive objects.
This contract contains no error objects.