LoudPunx

Verified contract

Proxy

Active on Ethereum with 5,759 txns
Deployed by via 0xff4dc765 at 16535368
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
20 additional variables

No balances found for "LoudPunx"

0x84d16fbd01701e7d1459cbdfe9f3ac8a721789edb04bead6ebdf70f22c1ae122
0x86b9c05900b673fb303dac468bea9b786274c29a02aad86736f5530dafc2db80
0x1ca6fb4b07e9e84c462db4e2983078a605f61b0a47a4ad636fb0bbc1ddd87059
0xf49fcb49de3dd444c00034691d3504e7427eba904d8738fa933bacaf57ab4682
0xd18dcb4e719d63b22572b7dcd098a03b269793cd01666a80b9b64e1dabfffb39
0x4762e79e11f9686f6554ac23c972e2c9ea5f510f6dca3b3fe807b1744e0343ab
0x825c35d110177bec69f44cc2e41d9578c4cd182f10b031d007e2ac18ebb35ef0
0xbfb257416e92a151828802b5a49249b29a3a372aff23d9524750d37b654ef20b
0x4162777df98588cf22ecf3c59c538a1e92002335222721e8bb4ab127edf38650
0x0115a6fdef05c37eecb9686b3246cc4d45103c5903a3ce35cd3a4dafdcd9c829

Functions
Getter at block 21161269
airdropPrice(view returns (uint256)
1500000000000000000
contractURI(view returns (string)
ipfs://QmPg77BxSKjZaQdMd3X37uMz2WHn9kpLZcE3fW7ynw8kiV
isBurnLocked(view returns (bool)
true
isTransferLocked(view returns (bool)
false
maxSupply(view returns (uint256)
5555
name(view returns (string)
LoudPunx
owner(view returns (address)
0x9e0eb0ad022888e2f77bc1a8917ba42450d43b8a
paused(view returns (bool)
false
phase1End(view returns (uint256)
1675400340
phase1Start(view returns (uint256)
1675357260
phase2Root(view returns (bytes32)
0xad546965a7c691fbce1e633624b7495082bb8061ae82eeef5200c2ed2cebd05f
phase2Start(view returns (uint256)
1675450800
phase3End(view returns (uint256)
1675544400
phase3Start(view returns (uint256)
1675458000
price(view returns (uint256)
1500000000000000000
symbol(view returns (string)
LOUD
totalSupply(view returns (uint256)
2435
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 _tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
userMinted(addressview returns (uint256)
validatePhase2Mint(address tobytes32[] proofuint256 quantityview 
validatePhase3Mint(uint256 quantityview 
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
__DefaultOperatorFilterer_init(
__OperatorFilterer_init(address subscriptionOrRegistrantToCopybool subscribe
adminMint(address touint256 qty
airdrop(address[] receivers
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(
pause(
phase2Mint(address tobytes32[] proofuint256 quantitypayable 
phase3Mint(address touint256 quantitypayable 
reclaimERC1155(address erc1155Tokenuint256 iduint256 amount
reclaimERC20(address erc20Token
reclaimERC721(address erc721Tokenuint256 id
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setBurnLocked(bool _isLocked
setContractURI(string newContractURI
setMaxSupply(uint256 newSupply
setMinter(address _minter
setPhase2Root(bytes32 root
setPhaseTime(uint256 _phase1Startuint256 _phase1Enduint256 _phase2Startuint256 _phase3Startuint256 _phase3End
setPrice(uint256 _priceuint256 _airdropPrice
setRoyaltyBps(uint256 _royaltyBps
setRoyaltyReceiver(address _royaltyReceiver
setTransferLocked(bool _isLocked
setWethAddress(address _weth
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdrawEarnings(address touint256 balance
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator