LoudPunx
Verified contract
Proxy
Active on
Ethereum with 5,759 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "LoudPunx"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148300 | 2 days ago | | | 0 | 0.00099639106 | |
| 21145245 | 2 days ago | | | 0 | 0.00079238917 | |
| 21145179 | 2 days ago | | | 0 | 0.0010786011 | |
| 21144551 | 2 days ago | | | 0 | 0.00088936160 | |
| 21144314 | 2 days ago | | | 0 | 0.0010570141 | |
| 21141853 | 3 days ago | | | 0 | 0.0010814782 | |
| 21141629 | 3 days ago | | | 0 | 0.00089372872 | |
| 21141619 | 3 days ago | | | 0 | 0.0011190795 | |
| 21140910 | 3 days ago | | | 0 | 0.00091771871 | |
| 21140785 | 3 days ago | | | 0 | 0.00046697135 |
ABI
ABI objects
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 owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
userMinted(address) view returns (uint256)
validatePhase2Mint(address to, bytes32[] proof, uint256 quantity) view
validatePhase3Mint(uint256 quantity) view
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__DefaultOperatorFilterer_init()
__OperatorFilterer_init(address subscriptionOrRegistrantToCopy, bool subscribe)
adminMint(address to, uint256 qty)
airdrop(address[] receivers)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize()
pause()
phase2Mint(address to, bytes32[] proof, uint256 quantity) payable
phase3Mint(address to, uint256 quantity) payable
reclaimERC1155(address erc1155Token, uint256 id, uint256 amount)
reclaimERC20(address erc20Token)
reclaimERC721(address erc721Token, uint256 id)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBurnLocked(bool _isLocked)
setContractURI(string newContractURI)
setMaxSupply(uint256 newSupply)
setMinter(address _minter)
setPhase2Root(bytes32 root)
setPhaseTime(uint256 _phase1Start, uint256 _phase1End, uint256 _phase2Start, uint256 _phase3Start, uint256 _phase3End)
setPrice(uint256 _price, uint256 _airdropPrice)
setRoyaltyBps(uint256 _royaltyBps)
setRoyaltyReceiver(address _royaltyReceiver)
setTransferLocked(bool _isLocked)
setWethAddress(address _weth)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawEarnings(address to, uint256 balance)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
OperatorNotAllowed(address operator)