Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
25 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$Culo | ERC-20 | 159.76599B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023199 | a month ago | | | 0 | 0.00077641054 | |
| 20917071 | a month ago | | | 0 | 0.00052665769 | |
| 20916981 | a month ago | | | 0 | 0.00050570071 | |
| 20916886 | a month ago | | | 0 | 0.00080188947 | |
| 20916808 | a month ago | | | 0 | 0.00091069083 | |
| 20916768 | a month ago | | | 0 | 0.00069418171 | |
| 20916760 | a month ago | | | 0 | 0.00059216654 | |
| 20916749 | a month ago | | | 0 | 0.00060785530 | |
| 20916710 | a month ago | | | 0 | 0.00066478650 | |
| 20916684 | a month ago | | | 0 | 0.00043434900 |
ABI
ABI objects
Getter at block 21229593
MAX_BUY_TAX() view returns (uint256)
30
MAX_SELL_TAX() view returns (uint256)
30
MAX_TAX_SWAP() view returns (uint256)
990000000000000022500528357376
TAX_SWAP_THRESHOLD() view returns (uint256)
100000000000000004764729344
_maxWalletSize() view returns (uint256)
19999999999999999166239473664
buyTax() view returns (uint256)
3
decimals() pure returns (uint8)
18
getConstructorArguments() view returns (string tokenName, string tokenSymbol, uint256 initialSupply, address routerAddress, uint256 initialBuyTax, uint256 initialSellTax, uint256 maxBuyTax, uint256 maxSellTax, uint256 taxSwapThreshold, uint256 maxTaxSwap, uint256 constructorMaxWalletLimit)
(tokenName=$Culo, tokenSymbol=$Culo, initialSupply=1000000000000, routerAddress=0x7a250d5630b4cf539739df2c5dacb4c659f2488d, initialBuyTax=3, initialSellTax=3, maxBuyTax=30, maxSellTax=30, taxSwapThreshold=100000000000000004764729344, maxTaxSwap=990000000000000022500528357376, constructorMaxWalletLimit=19999999999999999166239473664)
getContractComments() view returns (string)
provided by Culo
name() view returns (string)
$Culo
owner() view returns (address)
0x8e210528fcf50e538bfed58af32c21384a7240ab
sellTax() view returns (uint256)
3
symbol() view returns (string)
$Culo
taxWallet() view returns (address)
0x8e210528fcf50e538bfed58af32c21384a7240ab
taxes() view returns (uint256, uint256)
(3, 3)
totalSupply() view returns (uint256)
1000000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xec37748f1a87bff92ea020df9b5e624230b80d12
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
Flagged(address) view returns (bool)
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events RecoverEth()
approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
setContractComments(string contractComments)
setExcludedFromMaxWallet(address account, bool excluded)
setTaxWallet(address newTaxWallet)
startTrading()
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)
TaxUpdated(uint256 newBuyTax, uint256 newSellTax)
TaxWalletUpdated(address newTaxWallet)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint256 initialSupply, address routerAddress, uint256 initialBuyTax, uint256 initialSellTax, uint256 maxBuyTax, uint256 maxSellTax, uint256 taxSwapThreshold, uint256 maxTaxSwap, uint256 _maxWalletLimit)
receive()
OwnableInvalidOwner(address owner)