BondlyLaunchPad
Verified contract
Active on
Ethereum with 426 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc2e7…e987
Balances ($0.00)
No balances found for "BondlyLaunchPad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12104522 | 4 years ago | | | 0.5 | 0.0092604000 | |
| 12104470 | 4 years ago | | | 0.5 | 0.0058957880 | |
| 12104469 | 4 years ago | | | 0.5 | 0.012347200 | |
| 12104469 | 4 years ago | | | 0.5 | 0.024694400 | |
| 12104468 | 4 years ago | | | 0.5 | 0.0066366200 | |
| 12104468 | 4 years ago | | | 0.5 | 0.0067909600 | |
| 12104468 | 4 years ago | | | 0.5 | 0.0067292240 | |
| 12104468 | 4 years ago | | | 0.5 | 0.0069761680 | |
| 12104468 | 4 years ago | | | 0 | 0.012975680 | |
| 12104468 | 4 years ago | | | 0.5 | 0.0092604000 |
ABI
ABI objects
Getter at block 21283910
_currentCardId() view returns (uint256)
2
_limitPerWallet() view returns (uint256)
1
_saleStarted() view returns (bool)
true
owner() view returns (address)
0x7033bb36c123d04173d101447a39d5ed71d1ca18
Read-only
_cards(uint256) view returns (uint256 cardId, uint256 tokenId, uint256 totalAmount, uint256 currentAmount, uint256 basePrice, address contractAddress, bool isFinished)
getCardBasePrice(uint256 _cardId) view returns (uint256)
getCardContract(uint256 _cardId) view returns (address)
getCardCurrentAmount(uint256 _cardId) view returns (uint256)
getCardTokenId(uint256 _cardId) view returns (uint256)
getCardTotalAmount(uint256 _cardId) view returns (uint256)
getCardURL(uint256 _cardId) view returns (string)
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)
batchAddBlackListAddress(address[] addr)
batchAddWhiteListAddress(address[] addr)
batchRemoveBlackListAddress(address[] addr)
batchRemoveWhiteListAddress(address[] addr)
cancelCard(uint256 _cardId)
collect(address _token)
createCard(address _contractAddress, uint256 _tokenId, uint256 _totalAmount, uint256 _basePrice)
purchaseNFT(uint256 _cardId, uint256 _amount) payable
removeBlackListAddress(address addr)
removeWhiteListAddress(address addr)
renounceOwnership()
setCardPrice(uint256 _cardId, uint256 _newPrice) returns (bool)
setLimitPerWallet(uint256 limit)
setSalesPerson(address newSalesPerson)
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.