LNSReward
Verified contract
Active on
Ethereum with 1,742 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.47)
Native
Value
$11.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,824.95 |
$11.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16555658 | 2 years ago | | | 0 | 0.0015569450 | |
| 16538865 | 2 years ago | | | 0 | 0.0011566880 | |
| 16535845 | 2 years ago | | | 0 | 0.0013272880 | |
| 16531222 | 2 years ago | | | 0 | 0.0010279043 | |
| 16531035 | 2 years ago | | | 0 | 0.0013576154 | |
| 16529989 | 2 years ago | | | 0 | 0.0018959115 | |
| 16529986 | 2 years ago | | | 0 | 0.0020208640 | |
| 16529353 | 2 years ago | | | 1 | 0.0012432585 | |
| 16507394 | 2 years ago | | | 0 | 0.0012361280 | |
| 16506136 | 2 years ago | | | 0 | 0.00090829338 |
ABI
ABI objects
Getter at block 21331075
defaultLimit() view returns (uint256)
5000000000000000000
delayBetweenPayout() view returns (uint256)
1728000
owner() view returns (address)
0x377cd1a239dd56a79307ffad7e05034efaa4af90
topAdminAddress() view returns (address)
0xa9a3ac1e6df29100471202c2e8bdfc995d7073a3
Read-only
getCheckPoint(address _claimer) view returns (uint256)
getLimit(address _claimer) view returns (uint256)
signatureWallet(address _wallet, uint256 _amount, uint256 _timestamp, bytes _signature) pure returns (address)
State-modifying
Events addAdminRole(address _address)
deposit() payable
payout(uint256 _amount, uint256 _timestamp, bytes _signature)
renounceOwnership()
revokeAdminRole(address _address)
setCheckPoint(address _claimer, uint256 _point)
setLimit(address[] _claimer, uint256[] _limit)
transferOwnership(address newOwner)
updateDefaultLimit(uint256 _limit)
updateSignerAddress(address _signer)
updateTimeLimit(uint256 _timeLimit)
withdrawAll()
withdrawSome(uint256 _amount)
Deposited(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(address to, uint256 amount)
constructor(address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.