BondlyLaunchPad
Verified contract
Active on
Ethereum with 271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x95e9…a2d9
Balances ($0.00)
No balances found for "BondlyLaunchPad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13494336 | 3 years ago | | | 0 | 0.011136789 | |
| 13494318 | 3 years ago | | | 0 | 0.012958613 | |
| 13494307 | 3 years ago | | | 0 | 0.015384212 | |
| 13494304 | 3 years ago | | | 0 | 0.030260619 | |
| 13494302 | 3 years ago | | | 0 | 0.030649583 | |
| 13494300 | 3 years ago | | | 0 | 0.029603788 | |
| 13494297 | 3 years ago | | | 0 | 0.026201894 | |
| 13494293 | 3 years ago | | | 0 | 0.031209219 | |
| 13494292 | 3 years ago | | | 0 | 0.028746684 | |
| 13494289 | 3 years ago | | | 0 | 0.032937187 |
ABI
ABI objects
Getter at block 21095227 getTierLimitsPerWallet() view returns (uint256[], uint256[]) getTierTimes() view returns (uint256[], uint256[])
_currentCardId() view returns (uint256)
1
_saleStarted() view returns (bool)
true
_salesperson() view returns (address)
0x95e915f41d106b02c79d314e19bee2275b76a2d9
_whitelistRoot() view returns (bytes32)
0x84ccb23c58e07ac1306fe21a160be4750eecc2277f1809abf3905b1723eecddd
owner() view returns (address)
0x84043291fa5dacc04fa53cb91b86ca42c4b5a885
Read-only
_blacklist(address) view returns (bool)
_cards(uint256) view returns (uint256 cardId, uint256 tokenId, uint256 totalAmount, uint256 currentAmount, uint256 basePrice, address contractAddress, address paymentToken, bool isFinished)
getActiveCardsPerContract(address _contractAddr) view returns (uint256[], uint256[])
getAllCardsPerContract(address _contractAddr) view returns (uint256[], uint256[])
getCardBasePrice(uint256 _cardId) view returns (uint256)
getCardContract(uint256 _cardId) view returns (address)
getCardCurrentAmount(uint256 _cardId) view returns (uint256)
getCardPaymentContract(uint256 _cardId) view returns (address)
getCardTokenId(uint256 _cardId) view returns (uint256)
getCardTotalAmount(uint256 _cardId) view returns (uint256)
getCardURL(uint256 _cardId) view returns (string)
getClosedCardsPerContract(address _contractAddr) view returns (uint256[], uint256[])
getTierLimitPerWallet(uint256 _tier) view returns (uint256)
getTierTime(uint256 _tier) view returns (uint256)
isCardCompleted(uint256 _cardId) view returns (bool)
isCardFree(uint256 _cardId) view returns (bool)
isEligbleToBuy(uint256 _cardId, uint256 tier, bytes32[] whitelistProof) view returns (uint256)
verifyWhitelist(address user, uint256 tier, bytes32[] whitelistProof) view returns (bool)
State-modifying
Events addBlackListAddress(address addr)
batchAddBlackListAddress(address[] addr)
batchRemoveBlackListAddress(address[] addr)
cancelCard(uint256 _cardId)
collect(address _token)
createCard(address _contractAddress, uint256 _tokenId, uint256 _totalAmount, address _paymentTokenAddress, uint256 _basePrice)
purchaseNFT(uint256 _cardId, uint256 _amount, uint256 tier, bytes32[] whitelistProof) payable
removeBlackListAddress(address addr)
renounceOwnership()
resumeCard(uint256 _cardId)
setCardPaymentToken(uint256 _cardId, address _newAddr) returns (bool)
setCardPrice(uint256 _cardId, uint256 _newPrice) returns (bool)
setSalesPerson(address newSalesPerson)
setTier(uint256 _tier, uint256 _startTime, uint256 _limitPerWallet)
setTiers(uint256[] _tiers, uint256[] _startTimes, uint256[] _limitsPerWallet)
setWhitelistRoot(bytes32 merkleRoot)
startSale()
stopSale()
transferOwnership(address newOwner)
CardChanged(uint256 _cardId)
CreateCard(address indexed _from, uint256 _cardId, address indexed _contractAddress, uint256 _tokenId, uint256 _totalAmount, uint256 _basePrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseCard(address indexed _from, uint256 _cardId, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.