BondlyLaunchPad
Verified contract
Active on
Ethereum with 753 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5dd8…7aff
Balances ($0.00)
No balances found for "BondlyLaunchPad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13269517 | 3 years ago | | | 0 | 0.00097609364 | |
| 13269400 | 3 years ago | | | 0 | 0.0092947471 | |
| 13267940 | 3 years ago | | | 0 | 0.0098145531 | |
| 13267082 | 3 years ago | | | 0 | 0.0072191015 | |
| 13266966 | 3 years ago | | | 0 | 0.0086383643 | |
| 13265722 | 3 years ago | | | 0 | 0.019386812 | |
| 13265689 | 3 years ago | | | 0 | 0.016576440 | |
| 13265669 | 3 years ago | | | 0 | 0.016787062 | |
| 13265612 | 3 years ago | | | 0 | 0.012390386 | |
| 13265474 | 3 years ago | | | 0 | 0.012429400 |
ABI
ABI objects
Getter at block 21212139
_currentCardId() view returns (uint256)
9
_limitPerWallet() view returns (uint256)
170
_saleStarted() view returns (bool)
false
_salesperson() view returns (address)
0x5dd8f112f01814682bdbfc9b70807f25b44b7aff
limitTokenAmountForPublicSale() view returns (uint256)
10000000000000000000000
limitTokenForPublicSale() view returns (address)
0x91dfbee3965baaee32784c2d546b7a0c62f268c9
owner() view returns (address)
0x84043291fa5dacc04fa53cb91b86ca42c4b5a885
Read-only
_blacklist(address) view returns (bool)
_cards(uint256) view returns (uint256 cardId, uint256 totalAmount, uint256 currentAmount, uint256 basePrice, address paymentToken, bool isFinished)
_whitelist(address) view returns (uint8)
getCardBasePrice(uint256 _cardId) view returns (uint256)
getCardCurrentAmount(uint256 _cardId) view returns (uint256)
getCardPaymentContract(uint256 _cardId) view returns (address)
getCardPurchasers(uint256 _cardId) view returns (address[])
getCardTime(uint256 _cardId, uint8 _tier) view returns (uint256)
getCardTimes(uint256 _cardId) view returns (uint8[], uint256[])
getCardTotalAmount(uint256 _cardId) view returns (uint256)
isCardCompleted(uint256 _cardId) view returns (bool)
isCardFree(uint256 _cardId) view returns (bool)
isEligbleToBuy(uint256 _cardId) view returns (uint256)
State-modifying
Events addBlackListAddress(address addr)
addWhiteListAddress(address _addr, uint8 _tier)
batchAddBlackListAddress(address[] addr)
batchAddWhiteListAddress(address[] _addr, uint8 _tier)
batchRemoveBlackListAddress(address[] addr)
cancelCard(uint256 _cardId)
collect(address _token)
createCard(uint256 _totalAmount, address _paymentTokenAddress, uint256 _basePrice)
purchaseNFT(uint256 _cardId, uint256 _amount) payable
removeBlackListAddress(address addr)
renounceOwnership()
resumeCard(uint256 _cardId)
setCardPaymentToken(uint256 _cardId, address _newAddr) returns (bool)
setCardPrice(uint256 _cardId, uint256 _newPrice) returns (bool)
setLimitForPublicSale(uint256 limitAmount, address limitToken)
setLimitPerWallet(uint256 limit)
setSalesPerson(address newSalesPerson)
setTier(uint8 _tier, uint256 _startTime)
setTiers(uint8[] _tiers, uint256[] _startTimes)
startSale()
stopSale()
transferOwnership(address newOwner)
CardChanged(uint256 _cardId)
CreateCard(address indexed _from, uint256 _cardId, 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.