Crypto Sailing
Verified contract
Active on
Ethereum with 92 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($197.80)
Native
Value
$197.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.055206 | $3,582.97 |
$197.8 | |
SAL | ERC-20 | 2.059986M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16270730 | 2 years ago | | | 0 | 0.00064595113 | |
| 15895922 | 2 years ago | | | 0 | 0.00063430959 | |
| 15770593 | 2 years ago | | | 0 | 0.0012949592 | |
| 15755900 | 2 years ago | | | 0 | 0.00072452817 | |
| 15730115 | 2 years ago | | | 0 | 0.00081583216 | |
| 15724507 | 2 years ago | | | 0 | 0.0010505344 | |
| 15723178 | 2 years ago | | | 0 | 0.0020975400 | |
| 15723162 | 2 years ago | | | 0 | 0.0022373760 | |
| 15723154 | 2 years ago | | | 0 | 0.0021441520 | |
| 15722892 | 2 years ago | | | 0 | 0.0010752610 |
ABI
ABI objects
Getter at block 21291177
amountOfValidators() view returns (uint256)
1
apr() view returns (uint256)
49
autoAPREnabled() view returns (bool)
true
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxSupply() view returns (uint256)
1000000000000000000000000000
maxTransactionAmount() view returns (uint256)
5000000000000000000000000
maxWallet() view returns (uint256)
5000000000000000000000000
name() view returns (string)
Crypto Sailing
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0xc3a5ae5a7cf2f878cf7ccf23965d6bbdf8f1c154
stakingEnabled() view returns (bool)
true
stakingToken() view returns (address)
0xc3a5ae5a7cf2f878cf7ccf23965d6bbdf8f1c154
swapTokensThreshold() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
SAL
totalClaimed() view returns (uint256)
6880548386403326160
totalFees() view returns (uint256)
4
totalStaked() view returns (uint256)
102436710166590221450651083
totalSupply() view returns (uint256)
397563296713958164952675077
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isStaking(address stakerAddr, uint256 validator) view returns (bool)
userClaimHistory(address staker) view returns (struct SALClaimHistory)
userEarned(address staker, uint256 validator) view returns (uint256)
userStaked(address staker, uint256 validator) view returns (uint256)
validators(uint256) view returns (uint256 creationTime, uint256 staked)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(uint256 validator)
createValidator()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
forceSwap()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setStakingState(bool onoff)
stake(uint256 stakeAmount, uint256 validator)
startTrading()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256 validator)
updateFeeWallets(address newReceiverWallet, address newValidatorWallet)
updateFees(uint256 marketingFee, uint256 liquidityFee, uint256 validatorFee)
updateStakingAPR(uint256 newAPR, bool onoff)
updateSwapTokensThreshold(uint256 newThreshold) returns (bool)
withdrawContractETH(address to, uint256 ethAmount)
withdrawContractToken(address to, uint256 tokenAmount, address tokenAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.