Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "LRDSClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23851741 | 6 minutes ago | | | 0 | 0.0000052731570 | |
| 23851740 | 6 minutes ago | | | 0 | 0.0000052731570 | |
| 23851445 | 16 minutes ago | | | 0 | 0.0000053681139 | |
| 23851265 | 22 minutes ago | | | 0 | 0.0000054401249 | |
| 23850774 | 39 minutes ago | | | 0 | 0.0000054143562 | |
| 23850645 | 43 minutes ago | | | 0 | 0.0000054906979 | |
| 23850599 | 44 minutes ago | | | 0 | 0.0000089543850 | |
| 23850399 | an hour ago | | | 0 | 0.0000053353503 | |
| 23849930 | an hour ago | | | 0 | 0.0000059385392 | |
| 23849800 | an hour ago | | | 0 | 0.0000060197291 |
ABI
ABI objects
Getter at block 23851927
bank() view returns (address)
0xf9a4d5c66e7da1b7315736e4a06b128c3d8f4db5
cDParams() view returns (uint256 cdTime, uint256 maxCdWithdrawAmount, uint256 maxTotalWithdrawAmount)
(cdTime=86400, maxCdWithdrawAmount=3000000000000000000000, maxTotalWithdrawAmount=50000000000000000000000)
lrds() view returns (address)
0xb676f87a6e701f0de8de5ab91b56b66109766db1
owner() view returns (address)
0x8cb21ef1933592de036524f8665d46765e36af2f
Read-only
nonce(address) view returns (uint256)
player(address) view returns (uint256 upDateTime, uint256 cdWithdrawAmount, uint256 totalWithdrawAmount)
verifierData(address) view returns (uint256 upDateTime, uint256 withdrawAmount, uint256 withdrawNum)
verifierParams(uint256) view returns (address verifier, bool statu, uint256 cdTime, uint256 maxWithdrawNum, uint256 totalWithdrawAmount)
State-modifying
Events addVerifier(address _verifier, uint256 _cdTime, uint256 _maxWithdrawNum, uint256 _totalWithdrawAmount)
changeBank(address _bank)
changeCDParams(uint256 _cdTime, uint256 _maxCdWithdrawAmount, uint256 _maxTotalWithdrawAmount)
changeVerifier(uint256 _verifierKey, address _verifier, bool _statu, uint256 _cdTime, uint256 _maxWithdrawNum, uint256 _totalWithdrawAmount)
exchangeLrds(uint256 _verifierKey, uint256 _amount, uint256 _receipt, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
renounceOwnership()
transferOwnership(address newOwner)
AddVerifier(uint256 verifierKey, address indexed verifier, uint256 cdTime, uint256 maxWithdrawNum, uint256 totalWithdrawAmount, uint256 indexed time)
ChangeBank(address indexed bank, uint256 indexed time)
ChangeCDParams(uint256 indexed CDTime, uint256 indexed MaxCdWithdrawAmount, uint256 indexed MaxTotalWithdrawAmount, uint256 time)
ChangeVerifier(uint256 verifierKey, address indexed verifier, uint256 cdTime, uint256 maxWithdrawNum, uint256 totalWithdrawAmount, uint256 indexed time)
ExchangeLrds(address indexed owner, uint256 indexed amount, uint256 indexed receipt, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _verifier, address _token, address _bank)
This contract contains no fallback and receive objects.
This contract contains no error objects.