Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6e95…763f
0x15fd…362f
Balances ($0.00)
No balances found for "SNXLinkV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15559349 | 2 years ago | | | 0 | 0.00049989600 | |
| 12609284 | 3 years ago | | | 0 | 0.0023283280 | |
| 12071780 | 4 years ago | | | 0 | 0.0050147620 | |
| 11855066 | 4 years ago | | | 0 | 0.0030469440 | |
| 11850463 | 4 years ago | | | 0 | 0.0052349550 | |
| 11850458 | 4 years ago | | | 0 | 0.0057447590 | |
| 11554804 | 4 years ago | | | 0 | 0.0026343370 | |
| 11062978 | 4 years ago | | | 0 | 0.0044352600 | |
| 10679032 | 4 years ago | | | 0 | 0.0039673750 | |
| 10668659 | 4 years ago | | | 0 | 0.0026025980 |
ABI
ABI objects
Getter at block 21328995
claimerFee() view returns (uint256)
1000000000000000
disabledUsersCount() view returns (uint256)
7
feeCollector() view returns (address)
0x71bff5119a67fc976b4b4ca9ade942e04dccbaac
gasOffsetCorrection() view returns (uint256)
220000
isOwner() view returns (bool)
false
owner() view returns (address)
0xe7a3cd71b3df9186fc5508db59410c35e09d6c2f
platformFee() view returns (uint256)
500000000000000
registeredUsersCount() view returns (uint256)
30
snxDelegateApprovals() view returns (address)
0x15fd6e554874b9e70f832ed37f231ac5e142362f
snxFeePool() view returns (address)
0xb440dd674e1243644791a4adfe3a2abb0a92d309
totalFeesClaimed() view returns (uint256)
120511423740199273750
totalRewardsClaimed() view returns (uint256)
3977222590164063538145
userFeeWalletFactory() view returns (address)
0x6e95c8e8557abc08b46f3c347ba06f8dc012763f
Read-only
canClaim(address user) view returns (bool)
canClaimFor(address authoriser, address) view returns (bool)
feesAvailable(address account) view returns (uint256, uint256)
isFeesClaimable(address account) view returns (bool)
isRegistered(address user) view returns (bool)
registeredUsers(uint256) view returns (address)
userAutoClaimDisabled(address) view returns (bool)
userFeeWallets(address) view returns (address)
userMaxFeePerClaim(address) view returns (uint256)
userMaxGasPrices(address) view returns (uint256)
State-modifying
Events applySettings(uint256 _maxGasPrice, uint256 _maxFeePerClaim, bool _enabled)
claimOnBehalf(address user) returns (bool)
disable()
enable()
register(uint256 _maxGasPrice, uint256 _maxFeePerClaim) payable returns (address)
renounceOwnership()
setMaxFeePerClaim(uint256 _maxFeePerClaim)
setMaxGasPrice(uint256 _maxGasPrice)
topUp() payable
transferOwnership(address newOwner)
withdraw(uint256 value)
withdrawAsset(address _assetAddress)
ChangeSettings(address indexed user, uint256 maxGasPrice, uint256 maxFeePerClaim, uint256 enabled)
Claim(address indexed user, address indexed claimer, uint256 availableFees, uint256 availableRewards)
LogWithdrawAsset(address indexed _from, address indexed _asset, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayFeeToClaimer(address indexed claimer, uint256 amount)
PayFeeToPlatform()
Register(address indexed user)
constructor(address _userFeeWalletFactory, address _snxFeePool, address _snxDelegateApprovals, address _feeCollector, uint256 _platformFee, uint256 _claimerFee, uint256 _gasOffsetCorrection)
fallback()
This contract contains no error objects.