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 "Ser Degen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20617297 | 3 months ago | | | 0 | 0.00018156803 | |
| 20617297 | 3 months ago | | | 0 | 0.00018156803 | |
| 20617296 | 3 months ago | | | 0 | 0.00027573269 | |
| 20617208 | 3 months ago | | | 0 | 0.00027973322 | |
| 20617206 | 3 months ago | | | 0 | 0.00027754744 | |
| 20617203 | 3 months ago | | | 0 | 0.00027774577 | |
| 20617166 | 3 months ago | | | 0 | 0.00019328882 | |
| 20617135 | 3 months ago | | | 0 | 0.000065873053 | |
| 20549114 | 3 months ago | | | 0 | 0.00057336107 | |
| 20549023 | 3 months ago | | | 0 | 0.00031360905 |
ABI
ABI objects
Getter at block 21307358
applyLimits() view returns (bool)
true
decimals() view returns (uint8)
18
maxTokensPerWallet() view returns (uint256)
100000000000000000000000000
minTokensPerWallet() view returns (uint256)
0
name() view returns (string)
Ser Degen
owner() view returns (address)
0xf4c6547898ea5cba1869246cd765318bd74963c9
symbol() view returns (string)
SER
totalSupply() view returns (uint256)
100000000000000000000000000000
uniswapV3Pair() view returns (address)
0x95d4351220bb415f06599c0b8d45395ec16b7123
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
setTradingRules(bool _applyLimits, address _uniswapV3Pair, uint256 _minTokensPerWallet, uint256 _maxTokensPerWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateBlacklist(address _account, bool _blacklisted)
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(address _initialOwner, uint256 _totalSupply)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)