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 |
---|---|---|---|---|---|
YEE | ERC-20 | 279.478198K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20779506 | 2 months ago | | | 0 | 0.0012528257 | |
| 20779503 | 2 months ago | | | 0 | 0.0011855127 | |
| 20779503 | 2 months ago | | | 0 | 0.0015632007 | |
| 20779503 | 2 months ago | | | 0 | 0.0015632007 | |
| 20779502 | 2 months ago | | | 0 | 0.00062613830 | |
| 20779496 | 2 months ago | | | 0 | 0.0010268468 | |
| 20779493 | 2 months ago | | | 0 | 0.00069841003 | |
| 20779460 | 2 months ago | | | 0 | 0.0010532063 | |
| 20779456 | 2 months ago | | | 0 | 0.00054958303 | |
| 20779439 | 2 months ago | | | 0 | 0.00061520375 |
ABI
ABI objects
Getter at block 21157322
buyMarketFee() view returns (uint256)
25
decimals() view returns (uint8)
9
limitsInEffect() view returns (bool)
false
maxTxnSize() view returns (uint256)
3000000000000000000000
maxWalletSize() view returns (uint256)
20000000000000
mkWallet() view returns (address)
0x2e9162b2546d1b66fba2ff3eef99b5cc7c01ff8a
name() view returns (string)
yee
owner() view returns (address)
0x2e9162b2546d1b66fba2ff3eef99b5cc7c01ff8a
sellMarketFee() view returns (uint256)
25
swapEnabled() view returns (bool)
false
swapTokensAtAmount() view returns (uint256)
5000000000000
symbol() view returns (string)
YEE
tokensForMarket() view returns (uint256)
279478197505805
totalSupply() view returns (uint256)
1000000000000000
tradingActive() view returns (bool)
false
uniswapPair() view returns (address)
0x02a74d4a8d06658bc98c8db5dd7f5165845167d3
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
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)
enableTradingWithPermit(uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits() returns (bool)
renounceOwnership()
setBuyFees(uint256 newMarketFee)
setMaxTxn(uint256 newNum)
setMaxWallet(uint256 newNum)
setSellFees(uint256 newMarketFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalNativeSupply_, address marketingWallet_, uint256 buyFee_, uint256 sellFee_)
receive()
This contract contains no error objects.