PledgeMint
Verified contract
Active on
Ethereum with 565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.07)
Native
Value
$3.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,069.80 |
$3.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17210971 | 2 years ago | | | 0 | 0.0030604861 | |
| 17208550 | 2 years ago | | | 0 | 0.0025246684 | |
| 17175524 | 2 years ago | | | 0 | 0.0027657215 | |
| 17175515 | 2 years ago | | | 0 | 0.0035002164 | |
| 17175480 | 2 years ago | | | 0 | 0.0030053724 | |
| 17175438 | 2 years ago | | | 0 | 0.0030106074 | |
| 17153418 | 2 years ago | | | 0 | 0.0049274727 | |
| 17122774 | 2 years ago | | | 0 | 0.0010021689 | |
| 17025245 | 2 years ago | | | 0 | 0.043662143 | |
| 17024823 | 2 years ago | | | 0 | 0.00086361106 |
ABI
ABI objects
Getter at block 21214379
owner() view returns (address)
0xac047cf33cbaced70e77efb41cff705a31031d26
pledgeMintRevenue() view returns (uint256)
0
Read-only
allowlists(uint16, address) view returns (bool)
currentPhaseStats(uint16 phaseId) view returns (uint256 nbPledges, uint256 nbNFTsPledged, uint256 amountPledged, uint256 nbAllowedPledges, uint256 nbNAllowedFTsPledged, uint256 allowedAmountPledged)
phases(uint256) view returns (address admin, address mintContract, uint256 mintPrice, uint8 maxPerWallet, uint16 fee, uint16 cap, uint256 startTime, uint256 endTime)
pledgers(uint16, uint256) view returns (address)
pledges(uint16, address) view returns (uint8)
State-modifying
Events addPhase(address admin, address mintContract, uint256 mintPrice, uint8 maxPerWallet, uint16 fee, uint16 cap, uint256 startTime, uint256 endTime)
allowAddresses(uint16 phaseId, address[] allowlist_)
emergencyRefund(uint16 phaseId, uint256 startIdx, uint256 count)
mintAllPledgesInPhase(uint16 phaseId)
mintPhase(uint16 phaseId)
mintPhase(uint16 phaseId, address[] selectPledgers)
mintPhase(uint16 phaseId, uint256 startIdx, uint256 length)
pledge(uint16 phaseId, uint8 number) payable
pledgeWithCap(uint16 phaseId, uint8 number) payable
refundAll()
refundPhase(uint16 phaseId)
refundPhasePledger(uint16 phaseId, address pledger)
renounceOwnership()
setAdmin(uint16 phaseId, address admin)
setCap(uint16 phaseId, uint16 cap)
setEndTime(uint16 phaseId, uint256 endTime)
setFee(uint16 phaseId, uint16 fee)
setMaxPerWallet(uint16 phaseId, uint8 maxPerWallet)
setMintContract(uint16 phaseId, address mintContract_)
setPrice(uint16 phaseId, uint256 price)
setStartTime(uint16 phaseId, uint256 startTime)
transferOwnership(address newOwner)
unpledge(uint16 phaseId)
withdrawRevenue()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
AlreadyPledged()
AmountMismatch()
AmountNeedsToBeGreaterThanZero()
CallerIsContract()
CallerIsNotOwner()
NFTAmountNotAllowed()
NothingWasPledged()
OverPhaseCap()
PhaseNotActive()
UnableToSendValue()