LRDClaim
Verified contract
Active on
Ethereum with 6,426 txns
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 "LRDClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154393 | 10 hours ago | | | 0 | 0.00081167510 | |
| 21154392 | 10 hours ago | | | 0 | 0.00089039315 | |
| 21154236 | 10 hours ago | | | 0 | 0.0013603198 | |
| 21154233 | 10 hours ago | | | 0 | 0.0024239139 | |
| 21153437 | 13 hours ago | | | 0 | 0.0022332791 | |
| 21152683 | 16 hours ago | | | 0 | 0.0024503335 | |
| 21149879 | a day ago | | | 0 | 0.0019074130 | |
| 21149261 | a day ago | | | 0 | 0.0016046966 | |
| 21148922 | a day ago | | | 0 | 0.0021202312 | |
| 21148194 | a day ago | | | 0 | 0.0025968362 |
ABI
ABI objects
Getter at block 21157334
bank() view returns (address)
0x486cc3d84a2da9747ee2914666c3981927b963c6
cDParams() view returns (uint256 cdTime, uint256 maxCdWithdrawAmount, uint256 maxTotalWithdrawAmount)
(cdTime=86400, maxCdWithdrawAmount=5000000000000000000000, maxTotalWithdrawAmount=50000000000000000000000)
lrd() view returns (address)
0xd0a6053f087e87a25dc60701ba6e663b1a548e85
owner() view returns (address)
0x7f5d1e62c5fbbebf384de9cda9204e3c60761046
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)
exchangeLrd(uint256 _verifierKey, uint256 _amount, 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)
ExchangeLrd(address indexed owner, uint256 indexed amount, 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.