Lord DeBug the Third
Verified contract
Active on
Base with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Lord DeBug the Third"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2000100 | a year ago | | | 0 | 0.0000023250030 | |
| 2000097 | a year ago | | | 0 | 0.0000028774037 | |
| 2000091 | a year ago | | | 0 | 0.0000046325061 | |
| 2000088 | a year ago | | | 0 | 0.0000029202039 | |
| 2000085 | a year ago | | | 0 | 0.0000029170039 | |
| 2000082 | a year ago | | | 0 | 0.0000028758039 | |
| 2000079 | a year ago | | | 0 | 0.0000029062038 | |
| 2000076 | a year ago | | | 0 | 0.0000029131039 |
ABI
ABI objects
Getter at block 21841257
burnFeePercentage() view returns (uint16)
200
decimals() view returns (uint8)
18
feeAdminPercentage() view returns (uint16)
100
feeOwnerPercentageBuy() view returns (uint16)
200
feeOwnerPercentageSell() view returns (uint16)
300
name() view returns (string)
Lord DeBug the Third
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x59acce61e1cadc5ef9ba9baf68dfeebd76be7aaa
pairContract() view returns (address)
0x59acce61e1cadc5ef9ba9baf68dfeebd76be7aaa
router() view returns (address)
0xfcd3842f85ed87ba2889b4d35893403796e67ff1
swapTreshold() view returns (uint256)
100000000000000000
symbol() view returns (string)
DEBUG3
totalSupply() view returns (uint256)
100000000000000000000000000
tradeEnabled() view returns (bool)
true
uniswapV2Router02() view returns (address)
0xfcd3842f85ed87ba2889b4d35893403796e67ff1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenAmountInETH(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap()
renounceOwnership()
setBurnFeePercentage(uint16 percentage)
setFeeOwnerPercentageBuy(uint16 percentage)
setFeeOwnerPercentageSell(uint16 percentage)
setMaxTokenAmountPerTransaction(uint256 amount)
setMaxTokenAmountPerWallet(uint256 amount)
setTradeEnabled(bool _tradeEnabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(string _name, string _symbol, uint256 _supply, uint16 _ownerPercentageInitalSupply, address _feeReceiverAdmin, address _feeReceiverOwner, uint256 _swapTreshold, uint16 _feeAdminPercentage)
receive()
This contract contains no error objects.