Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,600.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYNK | ERC-20 | 87.926227K | $0.052324 |
$4,600.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161988 | 22 minutes ago | | | 0 | 0.00064808617 | |
| 21161984 | 22 minutes ago | | | 0 | 0.00075417656 | |
| 21161942 | 31 minutes ago | | | 0 | 0.00055662173 | |
| 21161411 | 2 hours ago | | | 0 | 0.00066559234 | |
| 21160888 | 4 hours ago | | | 0 | 0.00068353799 | |
| 21159586 | 8 hours ago | | | 0 | 0.0013002379 | |
| 21159491 | 9 hours ago | | | 0 | 0.0014842310 | |
| 21159477 | 9 hours ago | | | 0 | 0.0015657839 | |
| 21159255 | 10 hours ago | | | 0 | 0.0015042465 | |
| 21159251 | 10 hours ago | | | 0 | 0.0023053571 |
ABI
ABI objects
Getter at block 21162094
TaxBuy() view returns (uint256)
50
TaxSell() view returns (uint256)
50
_totalSupply() view returns (uint256)
100000000000000000000000000
admin() view returns (address)
0xaf22df5eb333647179ffb6f3e20202b92e95e4dc
decimals() view returns (uint8)
18
devwallet() view returns (address)
0x94d23b5ece35c3e6d55f43fdbd2672c53b888197
getMaxTxAmount() view returns (uint256)
2000000000000000000000000
getMaxWalletAmount() view returns (uint256)
2000000000000000000000000
marketingwallet() view returns (address)
0x7909848bd00cb4344f1cfede0cad6dce66805b5e
maxTxAmount() view returns (uint256)
20
maxWalletAmount() view returns (uint256)
20
name() view returns (string)
Synk
owner() view returns (address)
0xaf22df5eb333647179ffb6f3e20202b92e95e4dc
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
SYNK
taxdev() view returns (uint256)
500
taxmarket() view returns (uint256)
500
totalSupply() view returns (uint256)
100000000000000000000000000
treshold() view returns (uint256)
100000000000000000000000
uniswapV2Pair() view returns (address)
0xe5429a0d8751afc5dfb307f9c2e3e1c60837942a
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
noFeeFor(address) view returns (bool)
noTax(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
getTaxes()
recoverAssets(address token)
recoverETH()
renounceOwnership()
setAdmin(address _newWallet)
setDevWallet(address _wallet)
setMarketingWallet(address _wallet)
setMaxTxAmount(uint256 _maxTxAmount)
setMaxWalletAmount(uint256 _maxWallAmount)
setNoFeeTo(address _newWallet, bool _status)
setNoTax(address addy, bool changer)
setTaxBuy(uint256 _taxBuy)
setTaxSell(uint256 _taxSell)
setTreshold(uint256 _treshold)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
whitdraw_team()
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountChange(uint256 from, uint256 to)
MaxWalletSet(uint256 from, uint256 to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetOperationsWallet(address _newWallet, bool _status)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistAddress(address indexed addy, bool changer)
WithdrawETH(uint256 amount)
WithdrawTokens(address token, uint256 amount)
constructor(string _symbol, string _name, address _admin)
receive()
CallFailed()
CannotSetMaxTxAmountToLessThanHalfPercent()
CannotSetMaxTxAmountToMoreThan10Percent()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ExceedsMaxTxAmount(uint256 amount, uint256 maxTxAmount)
InvalidAddress(address addr)
InvalidReceiver(address arg0)
NotOwnerOrOperations()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransferExceedsMaxTx()
TransferExceedsMaxWallet()