SikaSwap
Verified contract
Active on
Ethereum with 1,608 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c69…aa6f
Balances ($0.00)
No balances found for "SikaSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152062 | a day ago | | | 0 | 0.00072403642 | |
| 21150621 | a day ago | | | 0 | 0.00085466345 | |
| 21150490 | a day ago | | | 0 | 0.00057919185 | |
| 21149707 | a day ago | | | 0 | 0.00062135321 | |
| 21149039 | 2 days ago | | | 0 | 0.00048508601 | |
| 21147768 | 2 days ago | | | 0 | 0.00027329579 | |
| 21147391 | 2 days ago | | | 0 | 0.00042389164 | |
| 21147230 | 2 days ago | | | 0 | 0.00044205471 | |
| 21142679 | 2 days ago | | | 0 | 0.00046606142 | |
| 21136974 | 3 days ago | | | 0 | 0.0010633901 |
ABI
ABI objects
Getter at block 21159896
DENOMINATOR() view returns (uint256)
10000
MAX_BUY_FEE_NUMERATOR() view returns (uint256)
400
MAX_HOLD_AMOUNT() view returns (uint256)
4000000000000000000000000
MAX_SELL_AMOUNT() view returns (uint256)
500000000000000000000000
MAX_SELL_FEE_NUMERATOR() view returns (uint256)
400
blacklistAddRestrictedForever() view returns (bool)
true
decimals() view returns (uint8)
18
maxBuyAmount() view returns (uint256)
2000000000000000000000000
name() view returns (string)
SikaSwap
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
$SIKA
taxAddress() view returns (address)
0x6ac5d734488c2cc4992d317cca3f39b77fd99969
totalSupply() view returns (uint256)
127000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xfd081976bc41afe2e8e82aee17f6def63acf53f3
Read-only
accountInfo(address) view returns (bool isLPPool, bool isLiquidityHolder, bool isBlackListed)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
enableTrading()
renounceOwnership()
restrictBlacklistAddForever()
setBlacklisted(address account, bool isBlacklisted)
setLiquidityHolder(address account, bool flag)
setLpPair(address pair, bool enabled)
setMaxBuyAmount(uint256 amount)
setTaxAddress(address newTaxAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAddRestrictedForever()
BlacklistSet(address indexed account, bool flag)
BuyFeePaid(address indexed from, address indexed to, uint256 amount)
LPPairSet(address indexed pair, bool enabled)
LiquidityHolderSet(address indexed account, bool flag)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeePaid(address indexed from, address indexed to, uint256 amount)
TaxAddressSet(address _taxAddress)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _taxAddress)
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)