DEGEN

Verified contract

Active on Ethereum with 16 txns
Deployed by via 0x20ac26f7 at 18380274
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DEGEN"

0x34618d366987c13df9a45e733fdf701ff124d275b29661cef823eaede95e3ae8
0xd5e2e95a0a3b4bb86c2d819d5f2c4255ce97bf4fd3edd20e9a986edc6272d71b
0x862de6a1aa7d9f71c8094f531d40b81bd9ad4409aaef51bdefa12d06f6bad48d
0x51e3b35831467e73e32e9645617c526949f5b9de3ae1496ff4e95e5d2d5ccd8e
0x2a9b569cd6b46c118e9386311cf9ef28fe2c65acbc68cb348790cbf9e69c0b8f
0xed8e4b41b232a738dcefa0e139edea475c77d153ae416c74e92385ad4303429d
0xd545e87dd9fd0610d7a3591687a4c9ca0bc28629633bd83d5b4d432269c301cd
0x6098dbccc4547abfa850aad859187a9bbd264d8acb17f1fe151aa339ae3ae9cd
0x46664229d698a4e07f79e9b3e8c708503cce76eb0b183e82d16731dd3eaddb76
0x48b2eb3eda914d430e3794a21d7a78be0fd2f9af0c9fb2d3fa2824b56a724ac2

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getFeeRate(address fromaddress toview returns (uint256)
isFeeWhitelisted(address accountview returns (bool)
isLiquidityPair(address accountview returns (bool)
lhBalance(addressview returns (uint256)
lhPercentage(addressview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
changeInfo(string name_string symbol_
feeWL(address _addressbool _status
limitPercentage(address _addressuint256 _percentage
liquidityPairList(address _addressbool _status
renounceOwnership(
setBuyFeesBPs(uint16 fees
setSellFeesBPs(uint16 fees
setTransferFeesBPs(uint16 fees
setTreasury(address _treasury
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
AdminTransferred(address indexed previousOwneraddress indexed newOwner
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint16 _transferFeeuint16 _buyFeeuint16 _sellFeeuint256 _supply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OverMaxBasisPoints(