Ethereum Syrup
Verified contract
Active on
Ethereum with 144 txns
The storage layout for this contract could not be retrieved.
Native
Value
$0.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000013 | $3,126.01 |
$0.04 | |
ETHSYRUP | ERC-20 | 11.197648K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16091474 | 2 years ago | | | 0 | 0.00039976379 | |
| 15831573 | 2 years ago | | | 0 | 0.00052189687 | |
| 15676267 | 2 years ago | | | 0 | 0.00097817225 | |
| 15666572 | 2 years ago | | | 0 | 0.00031742048 | |
| 15656883 | 2 years ago | | | 0 | 0.00038900960 | |
| 15656238 | 2 years ago | | | 0 | 0.00024523207 | |
| 15655885 | 2 years ago | | | 0 | 0.00067022306 | |
| 15655154 | 2 years ago | | | 0 | 0.00042515100 | |
| 15655068 | 2 years ago | | | 0 | 0.00027453331 | |
| 15655045 | 2 years ago | | | 0 | 0.00030197038 |
ABI
ABI objects
Getter at block 21220804
_buyDevelopmentFees() view returns (uint256)
1
_buyLiquidityFees() view returns (uint256)
1
_buyMarketingFees() view returns (uint256)
3
_developmentShares() view returns (uint256)
2
_liquidityShares() view returns (uint256)
2
_marketingShares() view returns (uint256)
6
_maxTxAmount() view returns (uint256)
2000000000000000
_sellDevelopmentFees() view returns (uint256)
1
_sellLiquidityFees() view returns (uint256)
1
_sellMarketingFees() view returns (uint256)
3
_totalDistributionShares() view returns (uint256)
10
_totalTaxIfBuying() view returns (uint256)
5
_totalTaxIfSelling() view returns (uint256)
5
_walletMax() view returns (uint256)
2000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
98100000000000000
name() view returns (string)
Ethereum Syrup
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
ETHSYRUP
totalSupply() view returns (uint256)
100000000000000000
uniswapPair() view returns (address)
0xe5a8ee09ba2945edb9e8cdd9bdbc25413e846822
uniswapV2Router() view returns (address)
0xeff92a263d31888d860bd50809a8d171709b7b1c
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkExcludedFromFees(address) view returns (bool)
checkMarketPair(address) view returns (bool)
checkTxLimitExcept(address) view returns (bool)
checkWalletLimitExcept(address) view returns (bool)
State-modifying
Events addMarketPair(address account)
adjustMaxTxAmount(uint256 maxTxAmount)
approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBuyFee(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newDevelopmentShare)
setNumTokensBeforeSwap(uint256 newLimit)
setSellFee(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newDevelopmentTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
setcheckExcludedFromFees(address account, bool newValue)
setcheckTxLimitExcept(address holder, bool exempt)
setcheckWalletLimitExcept(address holder, bool exempt)
settaxWallet1(address newAddress)
settaxWallet2(address newAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.