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 |
---|---|---|---|---|---|
$Culo | ERC-20 | 2.698479B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21022557 | a month ago | | | 0 | 0.0012975826 | |
| 21022554 | a month ago | | | 0 | 0.00051324623 | |
| 21022554 | a month ago | | | 0 | 0.0032284571 | |
| 21022553 | a month ago | | | 0 | 0.0018214832 | |
| 21022411 | a month ago | | | 0 | 0.00073668313 |
ABI
ABI objects
Getter at block 21278315
BuyFee() view returns (uint256)
0
SellFee() view returns (uint256)
1000
_uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
18
highTaxDuration() view returns (uint256)
60
initialTotalSupply() view returns (uint256)
1000000000000000000000000000000
maxTransactionAmount() view returns (uint256)
1000000000000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000000000
name() view returns (string)
$Culo
owner() view returns (address)
0x50339a1c95e22ae3dee4518f50f27a981c500089
swapTokensAtAmount() view returns (uint256)
0
symbol() view returns (string)
$Culo
totalSupply() view returns (uint256)
1000000000000000000000000000000
tradingOpen() view returns (bool)
true
tradingStartTime() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckEth()
clearStuckTokens(address tokenAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap(uint256 percent)
openTrading()
removeLimits()
removeTaxTrading(uint256 _buyFee, uint256 _sellFee)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setSwapTokensAtAmount(uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromMaxTransactionAmount(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
FailedCall()
InsufficientBalance(uint256 balance, uint256 needed)