BondlyMarket
Verified contract
Active on
Ethereum with 1,102 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 "BondlyMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12117700 | 4 years ago | | | 0 | 0.0033930600 | |
| 12116932 | 4 years ago | | | 0 | 0.010271718 | |
| 12116908 | 4 years ago | | | 0 | 0.0042413250 | |
| 12116908 | 4 years ago | | | 0 | 0.0042413250 | |
| 12116908 | 4 years ago | | | 0 | 0.0042413250 | |
| 12116834 | 4 years ago | | | 0 | 0.0043770474 | |
| 12116833 | 4 years ago | | | 0 | 0.0043801320 | |
| 12116833 | 4 years ago | | | 0 | 0.0053363580 | |
| 12116833 | 4 years ago | | | 0 | 0.0043801320 | |
| 12116832 | 4 years ago | | | 0 | 0.0044109780 |
ABI
ABI objects
Getter at block 21282369
_currentCardId() view returns (uint256)
4
_limitPerWallet() view returns (uint256)
2
_saleStarted() view returns (bool)
true
_salesperson() view returns (address)
0xdf1dcf94d240798442a681f291321b63d1f0afa3
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)
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.