Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DEGEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18380371 | a year ago | | | 0 | 0.00043970177 | |
| 18380371 | a year ago | | | 0 | 0.00043970177 | |
| 18380340 | a year ago | | | 0 | 0.00053770744 | |
| 18380340 | a year ago | | | 0 | 0.00053770744 | |
| 18380340 | a year ago | | | 0 | 0.00053770744 | |
| 18380332 | a year ago | | | 0 | 0.00045985655 | |
| 18380328 | a year ago | | | 0 | 0.00033756375 | |
| 18380328 | a year ago | | | 0 | 0.00045410875 | |
| 18380324 | a year ago | | | 0 | 0.00047069236 | |
| 18380324 | a year ago | | | 0 | 0.00047069236 |
ABI
ABI objects
Getter at block 21228641
FEE_RATE_DENOMINATOR() view returns (uint256)
10000
MAX_FEES() view returns (uint256)
10000
admin() view returns (address)
0x6915f3821a7bb3b2e53ce0c89fb8afc53e1bac42
buyFeesBPs() view returns (uint256)
2
decimals() view returns (uint8)
18
name() view returns (string)
DEGEN
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFeesBPs() view returns (uint256)
9900
symbol() view returns (string)
DEGEN
totalSupply() view returns (uint256)
420690000000000000000000000
transferFeesBPs() view returns (uint256)
0
treasury() view returns (address)
0x6915f3821a7bb3b2e53ce0c89fb8afc53e1bac42
uniswapV2Pair() view returns (address)
0x6f43d75ef2c2f6f6167d88a5a1987b70a75b90e4
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getFeeRate(address from, address to) view returns (uint256)
isFeeWhitelisted(address account) view returns (bool)
isLiquidityPair(address account) view returns (bool)
lhBalance(address) view returns (uint256)
lhPercentage(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeInfo(string name_, string symbol_)
feeWL(address _address, bool _status)
limitPercentage(address _address, uint256 _percentage)
liquidityPairList(address _address, bool _status)
renounceOwnership()
setBuyFeesBPs(uint16 fees)
setSellFeesBPs(uint16 fees)
setTransferFeesBPs(uint16 fees)
setTreasury(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminTransferred(address indexed previousOwner, address indexed newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint16 _transferFee, uint16 _buyFee, uint16 _sellFee, uint256 _supply)
This contract contains no fallback and receive objects.
OverMaxBasisPoints()