BondlyMarket
Verified contract
Active on
Ethereum with 6,484 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 "BondlyMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12477859 | 3 years ago | | | 0 | 0.013973960 | |
| 12477772 | 3 years ago | | | 0.25 | 0.0043699520 | |
| 12477771 | 3 years ago | | | 0.25 | 0.0041439200 | |
| 12477770 | 3 years ago | | | 0.25 | 0.0053525480 | |
| 12477769 | 3 years ago | | | 0.25 | 0.0070886200 | |
| 12477763 | 3 years ago | | | 0.25 | 0.0073463880 | |
| 12477763 | 3 years ago | | | 0.25 | 0.015466080 | |
| 12477762 | 3 years ago | | | 0.25 | 0.019332600 | |
| 12477761 | 3 years ago | | | 0.25 | 0.0059245520 | |
| 12477761 | 3 years ago | | | 0.25 | 0.019332600 |
ABI
ABI objects
Getter at block 21161698
_currentCardId() view returns (uint256)
43
_limitPerWallet() view returns (uint256)
1
_saleStarted() view returns (bool)
true
_salesperson() view returns (address)
0xc2e76b4c0e3cfef8a69bbd82e99a5bf4c828e987
owner() view returns (address)
0x7033bb36c123d04173d101447a39d5ed71d1ca18
Read-only
_cards(uint256) view returns (uint256 cardId, uint256 tokenId, uint256 totalAmount, uint256 currentAmount, address paymentToken, uint256 basePrice, address contractAddress, bool isFinished)
getCardBasePrice(uint256 _cardId) view returns (uint256)
getCardContract(uint256 _cardId) view returns (address)
getCardCurrentAmount(uint256 _cardId) view returns (uint256)
getCardPaymentToken(uint256 _cardId) view returns (address)
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)
batchAddBlackListAddress(address[] addr)
batchRemoveBlackListAddress(address[] addr)
cancelCard(uint256 _cardId)
collect(address _token)
collectNFTs(address _token, uint256 _tokenId)
createCard(address _contractAddress, uint256 _tokenId, uint256 _totalAmount, address _paymentToken, uint256 _basePrice)
purchaseNFT(uint256 _cardId, uint256 _amount) payable
removeBlackListAddress(address addr)
renounceOwnership()
setCardPaymentToken(uint256 _cardId, address _newTokenAddress)
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, address _paymentToken, 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.