Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($185.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CONDO | ERC-20 | 768.220085K | $0.000242 |
$185.9 | |
USA | ERC-20 | 1 | $0.001477 |
$0 | |
BLOOM | ERC-20 | 1.42069 | $0.000046 |
$0 | |
BONSAICOIN | ERC-20 | 1M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2.101K | -- | -- | |
OHNO | ERC-20 | 1.779311K | -- | -- | |
COOMER | ERC-20 | 69 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21891160 | 7 minutes ago | | | 0 | 0.000000801225565640 | |
| 21891089 | 9 minutes ago | | | 0 | 0.000000801225565640 | |
| 21891056 | 10 minutes ago | | | 0 | 0.000000801225565640 | |
| 21891018 | 11 minutes ago | | | 0 | 7.8278231e-7 | |
| 21890984 | 13 minutes ago | | | 0 | 7.5705117e-7 | |
| 21890929 | 14 minutes ago | | | 0 | 7.5367300e-7 | |
| 21890887 | 16 minutes ago | | | 0 | 7.5588370e-7 | |
| 21890852 | 17 minutes ago | | | 0 | 7.4664964e-7 | |
| 21890777 | 19 minutes ago | | | 0 | 7.3576845e-7 | |
| 21890022 | an hour ago | | | 0 | 4.3075415e-7 |
ABI
ABI objects
Getter at block 21891358
buyFee() view returns (uint256)
3
decimals() view returns (uint8)
18
name() view returns (string)
CONDO
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
3
symbol() view returns (string)
CONDO
totalSupply() view returns (uint256)
10000000000000000000000000000
treasuryWallet() view returns (address)
0x6404b20b5a8493c426b6efbe52809b206b26d393
uniswapV2Pair() view returns (address)
0xef9bccfba3a62e0a50d288a3031ca18f41f6c000
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
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)
ExcludeFromFees(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(address _uniswapV2Router, address _treasuryWallet, uint256 _threshold)
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)
ReentrancyGuardReentrantCall()