Lil Pudgys
Unverified contract
Proxy
Active on
Ethereum with 122 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x070d…1540
0x524c…a048
Balances ($54.47)
Native
Value
$54.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.014 | $3,890.98 |
$54.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20269344 | 5 months ago | | | 0 | 0.0012121780 | |
| 17899501 | a year ago | | | 0 | 0.0034781530 | |
| 17773424 | a year ago | | | 0 | 0.0034246500 | |
| 17773411 | a year ago | | | 0 | 0.0036261000 | |
| 17591689 | a year ago | | | 0 | 0.0045167740 | |
| 17562724 | a year ago | | | 0 | 0.0025117354 | |
| 17562697 | a year ago | | | 0 | 0.0025690360 | |
| 17562691 | a year ago | | | 0 | 0.0024620891 | |
| 17560123 | a year ago | | | 0 | 0.0025549797 | |
| 17558332 | a year ago | | | 0 | 0.0024847909 |
ABI
ABI objects
Getter at block 21389101 contractURI() view returns (string)
IMPL() view returns (address)
0x8e357490dc8e94e9594ae910ba261163631a6a3a
emergencyExecuteDisabled() view returns (bool)
false
expiry() view returns (uint40)
1688123663
gateKeeper() view returns (address)
0x0000000000000000000000000000000000000000
gateKeeperId() view returns (bytes12)
0x000000000000000000000000
getCrowdfundLifecycle() view returns (uint8)
5
governanceOptsHash() view returns (bytes32)
0xf0b127ecbff17b20b8fa0fd6f372fbf14038e37c02201e9455706ddd6f8ef297
maxContribution() view returns (uint96)
1000000000000000000000000
maximumPrice() view returns (uint96)
1000000000000000000000000
minContribution() view returns (uint96)
0
name() view returns (string)
Lil Pudgys
nftContract() view returns (address)
0x524cab2ec69124574082676e6f654a18df49a048
nftTokenIdsMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
party() view returns (address)
0x070d828aed3e67e8660e334ed5ffaa43a3f41540
settledPrice() view returns (uint96)
1593300000000000000
splitBps() view returns (uint16)
0
splitRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Lil Pudgys
totalContributions() view returns (uint96)
1641882900000000000
Read-only
approve(address, uint256) pure
balanceOf(address owner) view returns (uint256 numTokens)
claims(address) view returns (uint256 refund, uint256 governanceTokenId)
delegationsByContributor(address) view returns (address)
getApproved(uint256) pure returns (address)
getContributorInfo(address contributor) view returns (uint256 ethContributed, uint256 ethUsed, uint256 ethOwed, uint256 votingPower)
isApprovedForAll(address, address) pure returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
safeTransferFrom(address, address, uint256) pure
safeTransferFrom(address, address, uint256, bytes) pure
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256) view returns (string)
transferFrom(address, address, uint256) pure
State-modifying
Events activateOrRefund(address contributor)
batchActivateOrRefund(address[] contributors, bool revertOnFailure)
batchBurn(address[] contributors, bool revertOnFailure)
batchBuy(struct CollectionBatchBuyCrowdfundBatchBuyArgs args) returns (address party_)
batchContributeFor(address[] recipients, address[] initialDelegates, uint256[] values, bytes[] gateDatas, bool revertOnFailure) payable
burn(address contributor)
claim(address receiver)
contribute(address delegate, bytes gateData) payable
contributeFor(address recipient, address initialDelegate, bytes gateData) payable
delegateCallAndRevert(address impl, bytes callData)
disableEmergencyExecute(struct CrowdfundFixedGovernanceOpts governanceOpts, uint256 hostIndex)
emergencyExecute(address targetAddress, bytes targetCallData, uint256 amountEth) payable
initialize(struct CollectionBatchBuyCrowdfundCollectionBatchBuyCrowdfundOptions opts) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
Approval(address indexed owner, address indexed operator, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(address contributor, uint256 ethUsed, uint256 ethOwed, uint256 votingPower)
Contributed(address sender, address contributor, uint256 amount, address delegate, uint256 previousTotalContributions)
EmergencyExecute(address target, bytes data, uint256 amountEth)
EmergencyExecuteDisabled()
Lost()
Transfer(address indexed owner, address indexed to, uint256 indexed tokenId)
Won(address party, address[] tokens, uint256[] tokenIds, uint256 settledPrice)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AboveMaximumContributionsError(uint96 contributions, uint96 maxContributions)
AlreadyBurnedError(address owner, uint256 tokenId)
AlreadyMintedError(address owner, uint256 tokenId)
BelowMinimumContributionsError(uint96 contributions, uint96 minContributions)
CallProhibitedError(address target, bytes data)
ContributionsSpentForFailedBuyError()
EthTransferFailed(address receiver, bytes errData)
ExceedsTotalContributionsError(uint96 value, uint96 totalContributions)
FailedToBuyNFTError(address token, uint256 tokenId)
InvalidAddressError()
InvalidBpsError(uint16 bps)
InvalidContributorError()
InvalidDelegateError()
InvalidGovernanceOptionsError()
InvalidMinTokensBoughtError(uint256 minTokensBought)
InvalidTokenError(uint256 tokenId)
InvalidTokenIdError()
MaximumPriceError(uint96 callValue, uint96 maximumPrice)
MismatchedCallArgLengthsError()
MissingHostsError()
NoContributionsError()
NoPartyError()
NotAllowedByGateKeeperError(address contributor, address gateKeeper, bytes12 gateKeeperId, bytes gateData)
NotEnoughEthUsedError(uint256 ethUsed, uint256 minTotalEthUsed)
NotEnoughTokensBoughtError(uint256 tokensBought, uint256 minTokensBought)
NothingBoughtError()
NothingToClaimError()
OnlyConstructorError()
OnlyContributorError()
OnlyDelegateCallError()
OnlyPartyDaoError(address notDao)
OnlyPartyDaoOrHostError(address notDao)
OnlyPartyHostError()
OnlyWhenEmergencyActionsAllowedError()
PartyAlreadyExistsError(address party)
SplitRecipientAlreadyBurnedError()
Uint256ToUint96CastOutOfRange(uint256 v)
WrongLifecycleError(uint8 lc)