BCCGDistributor
Verified contract
Active on
Ethereum with 407 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 "BCCGDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11707903 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707903 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707903 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707903 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707903 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707903 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707903 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707903 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707902 | 4 years ago | | | 0 | 0.0014814800 | |
| 11707902 | 4 years ago | | | 0 | 0.0014815461 |
ABI
ABI objects
Getter at block 21295932
_currentCardId() view returns (uint256)
10
_saleStarted() view returns (bool)
true
isOwner() view returns (bool)
false
owner() view returns (address)
0xe93f0b6c14f5c27b6c6cf2e34af2b1ce573427ec
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 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)
setSalesPerson(address newSalesPerson) returns (bool)
startSale() returns (bool)
stopSale() returns (bool)
transferOwnership(address newOwner)
CancelCard(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.