PepeLiberationArmy
Verified contract
Proxy
Active on
Ethereum with 5,784 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
27 additional
variables
Balances ($2.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 110.000421K | $0.00002 |
$2.23 | |
0x57f1…ea85 (#113466019684389963833872984255494352042585568684491563698540711437285524848015) | ERC-721 | 1 | -- | -- | |
LowFrt | ERC-721 | 1 | -- | -- | |
YOBLINS | ERC-721 | 1 | -- | -- | |
YOBLINS | ERC-721 | 1 | -- | -- | |
YOBLINS | ERC-721 | 1 | -- | -- | |
YOBLINS | ERC-721 | 1 | -- | -- | |
YOBLINS | ERC-721 | 1 | -- | -- | |
YOBLINS | ERC-721 | 1 | -- | -- | |
YOBLINS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304904 | 2 days ago | | | 0 | 0.00041270464 | |
| 21302872 | 3 days ago | | | 0 | 0.00060797895 | |
| 21298806 | 3 days ago | | | 0 | 0.00036287458 | |
| 21281576 | 6 days ago | | | 0 | 0.0010316894 | |
| 21278200 | 6 days ago | | | 0 | 0.00050518828 | |
| 21145276 | 25 days ago | | | 0 | 0.00058260056 | |
| 21134725 | a month ago | | | 0 | 0.00023838133 | |
| 21088769 | a month ago | | | 0 | 0.00031745800 | |
| 21013033 | a month ago | | | 0 | 0.00039133951 | |
| 21013019 | a month ago | | | 0 | 0.00038785089 |
ABI
ABI objects
Getter at block 21321960 getAllVotings() view returns (struct MasterchefMasatoshiVoting[])
PROVENANCE() view returns (string)
674dc8c7cbba5970e9389512b1cf736b436d0b4fdc7a90fd254899da4b326bb3
allowListMintPrice() view returns (uint256)
4206900000000000
baseURI() view returns (string)
ipfs://QmXMboChiex1njS7QJF7ENtJzN6uzSCEtLhsRKuorXryK3/
currency() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
daoDelegate() view returns (address)
0x082e44ad879e804a873b4b425d80bbca32e74415
isDao() view returns (bool)
true
maxAllowedMints() view returns (uint256)
69
maxPossibleSupply() view returns (uint256)
6969
mintPrice() view returns (uint256)
4206900000000000
mintStatus() view returns (uint8)
3
name() view returns (string)
PepeLiberationArmy
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x9a88d47ebb4038e9d8479a9535fcca0d3f8ba73b
paused() view returns (bool)
false
percentToVote() view returns (uint256)
51
percentToVoteFrozen() view returns (bool)
false
symbol() view returns (string)
PLA
totalSupply() view returns (uint256)
6969
votingDuration() view returns (uint256)
259200
votingDurationFrozen() view returns (bool)
false
isDao() view returns (bool)
true
owner() view returns (address)
0x9a88d47ebb4038e9d8479a9535fcca0d3f8ba73b
percentToVote() view returns (uint256)
51
percentToVoteFrozen() view returns (bool)
false
votingDuration() view returns (uint256)
259200
votingDurationFrozen() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashMessage(address sender, address thisContract) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
totalMintsPerAddress(address) view returns (uint256)
votings(uint256) view returns (address contractAddress, bytes data, uint256 value, string comment, uint256 index, uint256 timestamp, bool isActivated)
balanceOf(address owner_) view returns (uint256)
votings(uint256) view returns (address contractAddress, bytes data, uint256 value, string comment, uint256 index, uint256 timestamp, bool isActivated)
State-modifying
Events approve(address to, uint256 tokenId)
changeMintStatus(uint8 _status)
flipPaused()
mintAllowList(bytes32 messageHash, bytes signature, uint256 amount) payable
mintPublic(uint256 amount) payable
permanentlyConvertToDao()
preMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDaoDelegate(address _daoDelegate)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
activateVoting(uint256 _index)
changePercentToVote(uint256 _percentToVote) returns (bool success)
changeVotingDuration(uint256 _votingDuration) returns (bool success)
createVoting(address _contractAddress, bytes _data, uint256 _value, string _comment) returns (bool success)
freezePercentToVoteFrozen()
freezeVotingDuration()
signVoting(uint256 _index) returns (bool success)
withdraw()
withdrawTokens(address tokenAddress)
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)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VotingActivated(uint256 indexed index, uint256 timestamp, bytes result)
VotingCreated(address contractAddress, bytes data, uint256 value, string comment, uint256 indexed index, uint256 timestamp)
VotingSigned(uint256 indexed index, address indexed signer, uint256 timestamp)
constructor(string _name, string _symbol, uint256 _maxPossibleSupply, uint256 _mintPrice, uint256 _allowListMintPrice, uint256 _maxAllowedMints, address _signerAddress, address _nftDaoAddress, address _currency, address _wrappedNativeCoinAddress)
fallback()
receive()
This contract contains no error objects.