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 |
---|---|---|---|---|---|
YEET | ERC-20 | 125.809405K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20706261 | 3 months ago | | | 0 | 0.000061371659 | |
| 20706241 | 3 months ago | | | 0 | 0.000064770311 | |
| 18931827 | a year ago | | | 0 | 0.00040240573 | |
| 18903704 | a year ago | | | 0 | 0.00048649940 | |
| 18901731 | a year ago | | | 0 | 0.00062039522 | |
| 18886577 | a year ago | | | 0 | 0.00089242045 | |
| 18804199 | a year ago | | | 0 | 0.00068673800 | |
| 18720102 | a year ago | | | 0 | 0.0012759245 | |
| 18677620 | a year ago | | | 0 | 0.00093421956 | |
| 18677596 | a year ago | | | 0 | 0.0011155968 |
ABI
ABI objects
Getter at block 21258634
VERSION() view returns (uint256)
2
_name() view returns (string)
Yeet
_symbol() view returns (string)
YEET
_totalSupply() view returns (uint256)
420069000000000000000000000
buyingFee() view returns (uint256)
0
decimals() pure returns (uint8)
18
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
feeDenominator() view returns (uint256)
1000
getCirculatingSupply() view returns (uint256)
418434296087030000384845391
name() view returns (string)
Yeet
pair() view returns (address)
0x599cda43cc0e26030c714617d6a6b300fee16586
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellingFee() view returns (uint256)
0
swapEnabled() view returns (bool)
false
swapThreshold() view returns (uint256)
42006900000000000000000
symbol() view returns (string)
YEET
totalSupply() view returns (uint256)
420069000000000000000000000
treasuryAddress() view returns (address)
0x967d308b1424a98323e6c8618ab7f80d90671faf
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTradingFee(bool selling) view returns (uint256)
isAuthorized(address adr) view returns (bool)
isFeeExempt(address) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
authorize(address adr)
setFeeExempt(address wallet_, bool exempt)
setFees(uint256 _buyFee, uint256 _sellFee, uint256 _feeDenominator)
setSwapBackSettings(bool _enabled, uint256 _amount)
setTreasuryAddress(address _treasuryAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
unauthorize(address adr)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address owner)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
taxSwapped(uint256 amountIn, uint256 amountOut)
constructor(address factory_, address router_, uint256[3] feeSettings_)
receive()
This contract contains no error objects.