Spectrum Protocol
Verified contract
Active on
Ethereum with 60 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAYG | ERC-20 | 7.571163 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12012384 | 4 years ago | | | 0 | 0.0056575960 | |
| 11676081 | 4 years ago | | | 0 | 0.0024946880 | |
| 11641802 | 4 years ago | | | 0 | 0.0042766080 | |
| 11630722 | 4 years ago | | | 0 | 0.0048557320 | |
| 11627348 | 4 years ago | | | 0 | 0.0024055920 | |
| 11570147 | 4 years ago | | | 0 | 0.035667240 | |
| 11570094 | 4 years ago | | | 0 | 0.039233480 | |
| 11567814 | 4 years ago | | | 0 | 0.0016482760 | |
| 11563889 | 4 years ago | | | 0 | 0.0031629080 | |
| 11561303 | 4 years ago | | | 0 | 0.0020531880 |
ABI
ABI objects
Getter at block 21100281
_burnFeeTotal() view returns (uint256)
639324944849
_feeDecimal() view returns (uint256)
3
_liquidityFee() view returns (uint256)
300
_liquidityFeeTotal() view returns (uint256)
281520483881
_rebalanceCallerFee() view returns (uint256)
600
_taxFee() view returns (uint256)
300
_taxFeeTotal() view returns (uint256)
281520483881
balancer() view returns (address)
0x9aca52057fa66e913f8b151ec98a05b876a244ae
decimals() view returns (uint8)
9
lastRebalance() view returns (uint256)
1679866079
liquidityAddedAt() view returns (uint256)
1609346713
minEthBeforeSwap() view returns (uint256)
250
minTokensBeforeSwap() view returns (uint256)
250
name() view returns (string)
Spectrum Protocol
owner() view returns (address)
0xac209740ac6371b3642e073d7d946399c98da148
rebalanceEnalbed() view returns (bool)
true
rebalanceTaxInterval() view returns (uint256)
7200
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
SAYG
totalSupply() view returns (uint256)
199360675055151
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x806496c3fb782e5ea67016cb3be1e34953d1dab7
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tokenAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 reflectionAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExcludedFromFee(address account, bool excluded)
setLiquidityFee(uint256 fee)
setMinEthBeforeSwap(uint256 amount)
setMinTokensBeforeSwap(uint256 amount)
setRebalanceCallerFee(uint256 fee)
setRebalanceEnabled(bool enabled)
setSwapAndLiquifyEnabled(bool enabled)
setTaxFee(uint256 fee)
setrebalanceTaxInterval(uint256 interval)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsDistributed(uint256 amount)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapedEthForTokens(uint256 EthAmount, uint256 TokenAmount, uint256 CallerReward, uint256 AmountBurned)
SwapedTokenForEth(uint256 EthAmount, uint256 TokenAmount)
TradingEnabled(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.