LFGdoge

Verified contract

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

No balances found for "LFGdoge"

0x47319f8170f5ea5b22367694a372494ec747dbee16616c2551d710e5d8ea5177
0xc9dead76140929bfea7d377f66288d5776a388cd4d18136d3b2ebe76b4e449a5
0xc8a34000752d4ee006dc9854de6937ba7537dc28b053698b1662cf54a1cb0e61
0xd3b4b4636e4e194f33ec49309817cb356f3c1f15fa0fdcfae771aa84fa0438cc
0x7cc29719943c35ab99ad2bed6637377dd9e26e88ebb41797c69a74b19b688b4c
0xb1725e3282f643e12540dc92c258a17dc46cecfe5f4d83d307160cc4cb7fc59c
0x4fdaedd26dc0b38aba132af5afb8654e81ab198836c7200c988aab2683695d6a
0xb81c345281e07576ee82188711732c260f0b6070a4a8e6f8a2504bdfe5cbcb53
0xa66a7dc586fd098ca26e987d1f32a2a5704eb7059ca6bb185f293bf74e723739
0xabeab7b015249219f5a8e6a7fcd8bcc5f68deb9e692e9f186acb216c1a8bc040

Functions
Getter at block 22805408
decimals(view returns (uint8)
18
name(view returns (string)
LFGdoge
owner(view returns (address)
0x2d63db1d2031f9aff9089312d6847550884cca6c
symbol(view returns (string)
LFGdoge
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
airdrop(address[] accountsuint256[] amounts
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 requestedDecreasereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20FailedDecreaseAllowance(address spenderuint256 currentAllowanceuint256 requestedDecrease
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account