PlxClaiming
Verified contract
Active on
Ethereum with 9,964 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1cc7…27f2
Balances ($0.00)
No balances found for "PlxClaiming"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165159 | 13 hours ago | | | 0 | 0.0059371804 | |
| 21159552 | a day ago | | | 0 | 0.0046306194 | |
| 21158974 | a day ago | | | 0 | 0.0067097270 | |
| 21156992 | 2 days ago | | | 0 | 0.0019891311 | |
| 21156691 | 2 days ago | | | 0 | 0.0019219541 | |
| 21154155 | 2 days ago | | | 0 | 0.0015345983 | |
| 21153580 | 2 days ago | | | 0 | 0.0032461949 | |
| 21148749 | 3 days ago | | | 0 | 0.0023884477 | |
| 21146703 | 3 days ago | | | 0 | 0.0025610018 | |
| 21131026 | 5 days ago | | | 0 | 0.0040509334 |
ABI
ABI objects
Getter at block 21169067
owner() view returns (address)
0x23433dfb5b12e8bedbfeee23d1450cafa910c702
root() view returns (bytes32)
0xf0ea94d27b802b26b614fb8ce185d49b901dd3829753c764e3c3bb9a3b5523f0
stakingContract() view returns (address)
0x5a32a70d654da5fae3707f8d91675e923d184192
Read-only
IsClaimed(address, uint8) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
stageStarted(uint8) view returns (bool)
tokensClaimed(address) view returns (uint256)
userBalance(address) view returns (uint256)
userInitialized(address) view returns (bool)
State-modifying
Events Claim(uint256 _amount, bytes32[] proof)
Stake(uint256 _amount, bytes32[] proof)
allowStageRelease(uint8 _stage)
renounceOwnership()
setRoot(bytes32 _root)
setStakingContract(address _stakingContract)
transferOwnership(address newOwner)
Claimed(address indexed tokenAddress, address indexed user, uint256 amount, uint256 indexed timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed tokenAddress, address indexed user, uint256 amount, uint256 indexed timestamp)
constructor(address _stakingContract, address _token, bytes32 _root)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)