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 |
---|---|---|---|---|---|
DEGEN | ERC-20 | 4.333343M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17751107 | a year ago | | | 0 | 0.00084948195 | |
| 17334781 | 2 years ago | | | 0 | 0.00069202294 | |
| 17153050 | 2 years ago | | | 0 | 0.0018661925 | |
| 17153021 | 2 years ago | | | 0 | 0.0019444894 | |
| 17153015 | 2 years ago | | | 0 | 0.0020771789 | |
| 17153014 | 2 years ago | | | 0 | 0.0021372923 | |
| 17153013 | 2 years ago | | | 0 | 0.0020904936 | |
| 17153013 | 2 years ago | | | 0 | 0.0020904936 | |
| 17153013 | 2 years ago | | | 0 | 0.0020904936 | |
| 17153010 | 2 years ago | | | 0 | 0.0024535347 |
ABI
ABI objects
Getter at block 21278312
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
0
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Degen
owner() view returns (address)
0x586e609eece3334c9c2371f6935c1e9a15289185
symbol() view returns (string)
DEGEN
totalSupply() view returns (uint256)
500000000000000000000000000
uniswapV2Pair() view returns (address)
0x6bc0f95d6db81b7fd59800c8c6a87c1b4fc964bb
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.