BCCGDistributor
Verified contract
Active on
Ethereum with 4,530 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,493.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 4.05 | $3,578.75 |
$14,493.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11963471 | 4 years ago | | | 0 | 0.0066220000 | |
| 11893652 | 4 years ago | | | 0 | 0.0036818320 | |
| 11891931 | 4 years ago | | | 0 | 0.0088205040 | |
| 11890059 | 4 years ago | | | 0 | 0.0031785600 | |
| 11889610 | 4 years ago | | | 0 | 0.0039996880 | |
| 11887032 | 4 years ago | | | 0 | 0.0084496720 | |
| 11887032 | 4 years ago | | | 0 | 0.0091118720 | |
| 11886248 | 4 years ago | | | 0 | 0.0044287936 | |
| 11881038 | 4 years ago | | | 0 | 0.0088469920 | |
| 11881038 | 4 years ago | | | 0 | 0.0058803360 |
ABI
ABI objects
Getter at block 21293013
_currentCardId() view returns (uint256)
21
_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 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()
setCardAmount(uint256 _cardId, uint256 _amount) returns (bool)
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)
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.