NullSettlementChallengeByPayment
Verified contract
Active on
Ethereum with 123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7896…5352
0xbc1b…8cad
0x0e3b…1da4
0xee32…cffe
0x5578…c581
0xbee4…4c92
Balances ($0.00)
No balances found for "NullSettlementChallengeByPayment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14978603 | 2 years ago | | | 0 | 0.0031267250 | |
| 14978576 | 2 years ago | | | 0 | 0.0031267250 | |
| 14942667 | 2 years ago | | | 0 | 0.011497290 | |
| 14931164 | 2 years ago | | | 0 | 0.0045115200 | |
| 14915397 | 2 years ago | | | 0 | 0.0050022800 | |
| 14915264 | 2 years ago | | | 0 | 0.0055030360 | |
| 14906328 | 2 years ago | | | 0 | 0.0040971900 | |
| 14894303 | 2 years ago | | | 0 | 0.011105520 | |
| 14731052 | 3 years ago | | | 0 | 0.0065817300 | |
| 14550324 | 3 years ago | | | 0 | 0.0065817300 |
ABI
ABI objects
Getter at block 21165846
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
nullSettlementChallengeState() view returns (address)
0x5578864b5d318645e1e7eeb8b20fff7dc361c581
nullSettlementDisputeByPayment() view returns (address)
0xee322a2e5e54e92b19125dfa8c52c9ab31c9cffe
operator() view returns (address)
0xf05179bac3d1fbef58a2fcd7ad0f769840027cc6
selfDestructionDisabled() view returns (bool)
false
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)
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)
setNullSettlementChallengeState(address newNullSettlementChallengeState)
setNullSettlementDisputeByPayment(address newNullSettlementDisputeByPayment)
setOperator(address newOperator)
setWalletLocker(address newWalletLocker)
startChallenge(int256 amount, address currencyCt, uint256 currencyId)
startChallengeByProxy(address wallet, int256 amount, address currencyCt, uint256 currencyId)
stopChallenge(address currencyCt, uint256 currencyId)
stopChallengeByProxy(address wallet, address currencyCt, uint256 currencyId)
triggerSelfDestruction()
ChallengeByPaymentEvent(address challengedWallet, uint256 nonce, 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)
SetNullSettlementChallengeStateEvent(address oldNullSettlementChallengeState, address newNullSettlementChallengeState)
SetNullSettlementDisputeByPaymentEvent(address oldNullSettlementDisputeByPayment, address newNullSettlementDisputeByPayment)
SetOperatorEvent(address oldOperator, address newOperator)
SetWalletLockerEvent(address oldWalletLocker, address newWalletLocker)
StartChallengeByProxyEvent(address wallet, uint256 nonce, int256 stageAmount, int256 targetBalanceAmount, address currencyCt, uint256 currencyId, address proxy)
StartChallengeEvent(address wallet, uint256 nonce, int256 stageAmount, int256 targetBalanceAmount, address currencyCt, uint256 currencyId)
StopChallengeByProxyEvent(address wallet, uint256 nonce, int256 stageAmount, int256 targetBalanceAmount, address currencyCt, uint256 currencyId, address proxy)
StopChallengeEvent(address wallet, uint256 nonce, 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.