BondlyLaunchPad
Verified contract
Active on
Ethereum with 534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BondlyLaunchPad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11924081 | 4 years ago | | | 0 | 0.0029136800 | |
| 11924081 | 4 years ago | | | 0 | 0.0029136800 | |
| 11924081 | 4 years ago | | | 0 | 0.0029136800 | |
| 11924001 | 4 years ago | | | 0 | 0.0029136800 | |
| 11923996 | 4 years ago | | | 0 | 0.0030461200 | |
| 11923419 | 4 years ago | | | 0 | 0.010595200 | |
| 11923418 | 4 years ago | | | 0 | 0.0034434400 | |
| 11923417 | 4 years ago | | | 0 | 0.0035493920 | |
| 11923417 | 4 years ago | | | 0 | 0.0040791520 | |
| 11923417 | 4 years ago | | | 0 | 0.0047678400 |
ABI
ABI objects
Getter at block 21300232
_currentCardId() view returns (uint256)
5
_saleStarted() view returns (bool)
true
isOwner() view returns (bool)
false
owner() view returns (address)
0x6e1f8de550d6d9a8d85d2ebe9f996d4515727919
Read-only
getCardBasePrice(uint256 _cardId) view returns (uint256)
getCardContract(uint256 _cardId) view returns (address)
getCardCurrentAmount(uint256 _cardId) view returns (uint256)
getCardPaymentToken(uint256 _cardId) view returns (address)
getCardRequirement(uint256 _cardId) view returns (uint256)
getCardTokenId(uint256 _cardId) view returns (uint256)
getCardTotalAmount(uint256 _cardId) view returns (uint256)
getCardURL(uint256 _cardId) view returns (string)
getEarning(uint256 _cardId) view returns (uint256)
isAllowedCard(uint256 _cardId) view returns (bool)
isCardCompleted(uint256 _cardId) view returns (bool)
isCardFree(uint256 _cardId) view returns (bool)
isCardPrivate(uint256 _cardId) view returns (bool)
State-modifying
Events addCardAmount(uint256 _cardId, uint256 _amount) returns (bool)
addWhiteListAddress(uint256 _cardId, address addr) returns (bool)
batchAddWhiteListAddress(uint256 _cardId, address[] addr) returns (bool)
batchRemoveWhiteListAddress(uint256 _cardId, address[] addr) returns (bool)
cancelCard(uint256 _cardId) returns (bool)
createCard(address _contractAddress, uint256 _tokenId, uint256 _totalAmount, address _paymentToken, uint256 _basePrice, uint256 _limitForFree, bool _isPrivate) returns (uint256)
purchaseNFT(uint256 _cardId, uint256 _amount) returns (bool)
removeWhiteListAddress(uint256 _cardId, address addr) returns (bool)
renounceOwnership()
setCardPaymentToken(uint256 _cardId, address _newTokenAddress) returns (bool)
setCardPrice(uint256 _cardId, uint256 _newPrice, uint256 _newLimit) returns (bool)
setCardVisibility(uint256 _cardId, bool _isPrivate) returns (bool)
setLimitPerWallet(uint256 limit) returns (bool)
setSalesPerson(address newSalesPerson) returns (bool)
startSale() returns (bool)
stopSale() returns (bool)
subCardAmount(uint256 _cardId, uint256 _amount) returns (bool)
transferERC20(address erc20)
transferETH()
transferOwnership(address newOwner)
BatchWhiteListAdded(uint256 _cardId, address[] addr)
BatchWhiteListRemoved(uint256 _cardId, address[] addr)
CardChanged(uint256 _cardId)
CreateCard(address indexed _from, uint256 _cardId, address indexed _contractAddress, uint256 _tokenId, uint256 _totalAmount, address _paymentToken, uint256 _basePrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseCard(address indexed _from, uint256 _cardId, uint256 _amount)
WhiteListAdded(uint256 _cardId, address indexed addr)
WhiteListRemoved(uint256 _cardId, address indexed addr)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.