SNXLinkV2
Verified contract
Active on
Ethereum with 148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6e95…763f
0xb440…d309
0x15fd…362f
0xc011…732f
0x4b9c…5b82
0xa297…56ae
6 additional
variables
Balances ($0.00)
No balances found for "SNXLinkV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13213068 | 3 years ago | | | 0.076 | 0.042873555 | |
| 12758524 | 3 years ago | | | 0 | 0.00062998000 | |
| 11642226 | 4 years ago | | | 0.0204 | 0.17592706 | |
| 11629709 | 4 years ago | | | 0.988 | 0.26047997 | |
| 11629707 | 4 years ago | | | 0.988 | 0.038034656 | |
| 11624610 | 4 years ago | | | 0 | 0.0013473240 | |
| 11576470 | 4 years ago | | | 0 | 0.010634358 | |
| 11557203 | 4 years ago | | | 0.076 | 0.20881452 | |
| 11466571 | 4 years ago | | | 0 | 0.0020430541 | |
| 11461836 | 4 years ago | | | 0 | 0.0063416153 |
ABI
ABI objects
Getter at block 21417064
ETHER() view returns (address)
0x0000000000000000000000000000000000000000
claimerFee() view returns (uint256)
1000000000000000
claimerFeeGuaranteed() view returns (uint256)
2000000000000000
disabledUsersCount() view returns (uint256)
8
feeCollector() view returns (address)
0x5ee01f0e6b27e7cd625542c32eb7add501f8fa66
gasOffsetCorrection() view returns (uint256)
219000
initialClaimerFee() view returns (uint256)
1000000000000000
initialClaimerFeeGuaranteed() view returns (uint256)
2000000000000000
initialGasOffsetCorrection() view returns (uint256)
230000
initialPlatformFee() view returns (uint256)
500000000000000
initialPlatformFeeGuaranteed() view returns (uint256)
1000000000000000
isOwner() view returns (bool)
false
migratedUsersCount() view returns (uint256)
8
owner() view returns (address)
0x427316330e6929d2ee892a35bde9dd88228df00b
platformFee() view returns (uint256)
500000000000000
platformFeeGuaranteed() view returns (uint256)
1000000000000000
previousVersion() view returns (address)
0xa2979c8cf066612fff59b656572cdf1adb8956ae
registeredUsersCount() view returns (uint256)
46
snxDelegateApprovals() view returns (address)
0x15fd6e554874b9e70f832ed37f231ac5e142362f
snxFeePool() view returns (address)
0xb440dd674e1243644791a4adfe3a2abb0a92d309
snxSynthetix() view returns (address)
0xc011a72400e58ecd99ee497cf89e3775d4bd732f
snxSynthetixState() view returns (address)
0x4b9ca5607f1ff8019c1c6a3c2f0cc8de622d5b82
totalFeesClaimed() view returns (uint256)
1541511173911673786
totalRewardsClaimed() view returns (uint256)
60578093705889549517
userFeeWalletFactory() view returns (address)
0x6e95c8e8557abc08b46f3c347ba06f8dc012763f
Read-only
canBurnFor(address authoriser, address) view returns (bool)
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)
userGuaranteedAutoClaimDisabled(address) view returns (bool)
userMaxFeePerClaim(address) view returns (uint256)
userMaxGasPrices(address) view returns (uint256)
State-modifying
Events applySettings(uint256 _maxGasPrice, uint256 _maxFeePerClaim, bool _enabled, bool _userGuaranteedAutoClaimEnabled) payable
changeFees(uint256 _platformFee, uint256 _claimerFee, uint256 _platformFeeGuaranteed, uint256 _claimerFeeGuaranteed, uint256 _gasOffsetCorrection)
claimOnBehalf(address user) returns (bool)
disable()
disableGuaranteedAutoClaim()
enable()
enableGuaranteedAutoClaim()
migrateUser(uint256 _maxGasPrice, uint256 _maxFeePerClaim, bool _autoClaimGuaranteedDisabled) payable
register(uint256 _maxGasPrice, uint256 _maxFeePerClaim, bool _autoClaimGuaranteedDisabled) payable returns (address)
renounceOwnership()
setMaxFeePerClaim(uint256 _maxFeePerClaim)
setMaxGasPrice(uint256 _maxGasPrice)
topUp() payable
transferOwnership(address newOwner)
withdraw(uint256 value)
withdrawAsset(address _assetAddress)
ChangeFees(uint256 platformFee, uint256 claimerFee, uint256 platformFeeGuaranteed, uint256 claimerFeeGuaranteed, uint256 gasOffsetCorrection)
ChangeSettings(address indexed user, uint256 maxGasPrice, uint256 maxFeePerClaim, uint256 enabled, uint256 enableGuaranteedAutoClaim)
Claim(address indexed user, address indexed claimer, uint256 availableFees, uint256 availableRewards, bool burnedSynths)
LogWithdrawAsset(address indexed _from, address indexed _asset, uint256 amount)
Migrate(address indexed user)
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 _snxSynthetix, address _snxSynthetixState, address _feeCollector, address _previousVersion, uint256 _platformFee, uint256 _platformFeeGuaranteed, uint256 _claimerFee, uint256 _claimerFeeGuaranteed, uint256 _gasOffsetCorrection)
fallback()
This contract contains no error objects.