Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($299.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 299.339317 | $1.002 |
$299.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156735 | 3 hours ago | | | 0 | 0.00080883242 | |
| 21149504 | a day ago | | | 0 | 0.00071530980 | |
| 21146912 | a day ago | | | 0 | 0.00064543372 | |
| 21138574 | 3 days ago | | | 0 | 0.0012401768 | |
| 21133600 | 3 days ago | | | 0 | 0.00091508631 | |
| 21130643 | 4 days ago | | | 0 | 0.00076997079 | |
| 21128267 | 4 days ago | | | 0 | 0.00098575306 | |
| 21128167 | 4 days ago | | | 0 | 0.00090005497 | |
| 21126194 | 4 days ago | | | 0 | 0.0023723106 | |
| 21090335 | 9 days ago | | | 0 | 0.00049966288 |
ABI
ABI objects
Getter at block 21157542
_buyTax() view returns (uint256)
0
_sellTax() view returns (uint256)
0
decimals() pure returns (uint8)
18
getPairAddress() view returns (address)
0x2170d569a221bbcded4a837b233aa8f230aaa31a
getRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
name() view returns (string)
CyPepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CYPEPE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_excludedList(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyTax(uint256 newBuyTax)
setSellTax(uint256 newSellTax)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateExclusion(address account, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenChargedFees(address indexed sender, uint256 amount, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupply, address routerAddress)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()