Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYX | ERC-20 | 655.242557M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20502996 | 4 months ago | | | 0 | 0.000022579514 | |
| 19527738 | 8 months ago | | | 0 | 0.0010647342 | |
| 18389167 | a year ago | | | 0 | 0.00020396880 | |
| 17455500 | a year ago | | | 0 | 0.00081188522 | |
| 17253605 | 2 years ago | | | 0 | 0.00092587726 | |
| 17225975 | 2 years ago | | | 0 | 0.0036363765 | |
| 17204551 | 2 years ago | | | 0 | 0.0098324124 | |
| 17204547 | 2 years ago | | | 0 | 0.0096526220 | |
| 17200854 | 2 years ago | | | 0 | 0.0051764129 | |
| 17200680 | 2 years ago | | | 0 | 0.0053399676 |
ABI
ABI objects
Getter at block 21302010
decimals() view returns (uint8)
18
marketingFeeOnBuy() view returns (uint256)
4
marketingFeeOnSell() view returns (uint256)
4
marketingWallet() view returns (address)
0x409f3f177c26ff100bea46a01ef8a8515df4a920
maxTransactionAmountBuy() view returns (uint256)
2000000000000000000000000000
maxTransactionAmountSell() view returns (uint256)
2000000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
true
name() view returns (string)
Syrax
owner() view returns (address)
0x2231914397aa73371da85cd81e0f348111e35f77
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
20000000000000000000000000
symbol() view returns (string)
SYX
totalSupply() view returns (uint256)
100000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xe58737ca4c55bdd380d6e548fc8fb629db218bf4
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeOnSell, uint256 _marketingFeeOnBuy)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateFees(uint256 marketingFeeOnBuy, uint256 marketingFeeOnSell)
constructor()
receive()
This contract contains no error objects.