LOUDER

Verified contract

Active on Base with 45,101 txns
Deployed by via 0x69d66981 at 17740212
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $7.03
ERC-20
--
0xf72793ab17b71d27c882f664c75c99c744616d93fedf67e3b416007aabb95afc
0xbdb38c62b9c1ed312aedbe4e3d4f4eb78e61d2955533a7a01be3e966f39bc4d7
0xfe937386e0bc9d1ecac40a140180a45eeded94f05ba83e1f1d53d45ead743ada
0x3d47df03ed2f738bdd7bf5b69cb0782eb6c3c2673fe8d953fd1b0855256908b4
0x844cd3210fe406596d34a2757bf5809f1446c5272368ca023296d65e0180160d
0x5f2a4ac942908a577583c8c45e606968726b737f9d9470e7dfc5211d8c5b7dab
0xf31bd6b2c51380eeeb11b943cec53f305a9fc4b9f313453c97dfaabdca6917de
0xc1aa6ab24d4f739bde9b2463c181912b9de5736c827450c7e6010dc9c33434d9
0x81854d942bc5c15d12838732f32fd2224ac3d7544e15e7499e9e5ae18a2cb1b6
0x80bb3be56f6dd78a55b43b94f8532cc8ee6160b7c3844651c603371d7bd179f5

Functions
Getter at block 22736970
MAX_COIN_SUPPLY(view returns (uint256)
1000000000000000000000000000
_lpTokenReserve(view returns (address)
0x58ebfb5811825cb2dbb2c3dac4e7e343e543f0b0
_teamReserve(view returns (address)
0x121fa3204677c12aad7fe2bc31f1084e4f6064a1
admin(view returns (address)
0x7c7391247c0d16b90b3e340bcf85a3d5e7f17145
currentDrop(view returns (uint8)
1
currentState(view returns (uint8)
2
decimals(view returns (uint8)
18
getPrice(view returns (uint256)
1000000000000
mirrorERC721(view returns (address)
0x0c2837c02ad5f46ed63723c637bfd34807569d92
name(view returns (string)
LOUDER
owner(view returns (address)
0x58feb550bf08c4c04d239882bce23f56c567d3c9
symbol(view returns (string)
LOUDER
totalSupply(view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
dropData(uint8view returns (uint256 priceuint256 supply)
getDropSupply(uint8 drop_view returns (uint256)
getOwnedNFTs(address address_view returns (uint256[])
getSkipNFT(address ownerview returns (bool result)
State-modifying
adminAddToBurnPool(uint32 quantity
adminChangePrice(uint256 price_uint8 drop_
adminChangeState(uint8 state_
adminSetLpTokenReserve(address _address
adminSetSkipNFT(address _addressbool _skipNFT
adminSetTeamReserve(address _address
adminWithdrawETH(address payee
approve(address spenderuint256 amountreturns (bool)
changeLockState(bool lock_
endDrop(
mintPresale(uint64 quantityuint8 drop_payable 
mintTo(address touint256 amount
multiTransferToEOA(struct TransferTo[] transfers_
renounceOwnership(
setBaseURI(string baseURI_
setCanAlwaysTransfer(address _addressbool _canTransfer
setSkipNFT(bool skipNFTreturns (bool)
startDrop(uint256 priceuint256 dropSupply
transfer(address touint256 amountreturns (bool)
transferAdmin(address newAdmin_
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
unlockForever(
Events
AdminTransferred(address indexed previousAdminaddress indexed newAdmin
Approval(address indexed owneraddress indexed spenderuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SkipNFTSet(address indexed ownerbool status
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(ConstructorConfig config_
Fallback and receive
fallback(
receive(
Errors
AddressInsufficientBalance(address account
ApprovalCallerNotOwnerNorApproved(
DNAlreadyInitialized(
DNNotInitialized(
FailedInnerCall(
FnSelectorNotRecognized(
InsufficientAllowance(
InsufficientBalance(
InvalidUnit(
LinkMirrorContractFailed(
MirrorAddressIsZero(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SenderNotMirror(
TokenDoesNotExist(
TotalSupplyOverflow(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToZeroAddress(