CardManager

Verified contract

Active on Ethereum with 1,359 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CardManager"

0x5cb6b95a2f1afb41e76444158c13ff1627336911323ac52a5cab17eee88b7d44
0xc54580eaf3cc7a634ec3bd5f02df692ff4f51ff31f34c4c3bef4a51c9539909d
0xd7e7cdbaa55e089bff5ce73d7f5f928c2f03b6a621dd30b99a6fe89992bd8a4e
0xf87a818eadeee1b00a803998074c419ea770e1ac543a315ba0aa673665e9b507
0xa2abd3f1076c0f209ba9e0babbdecca9c02ffcfd9518a7abd8a3aa2ab9047613
0x1b7f01da02323254061befa39f6c9eabeb1306a7dc5a43f9d070e4a10d4f579b
0xafd07d636f842ba441ac4959882c13898ce3f0f40e605d3418eb9d0c4c2f6e59
0x471eae03154b169d03ed315d47eee6536a1cbe162cbc3d346dbf2b70787b4a73
0xffdea46e274c822294fc55d1a21eba5bb3b30783d21301ef1872388c3961be21
0xff06ce739ef7d41916cd4d8a6adc684b4de999ba0f7714394ec201ccc26764c7

Functions
Getter at block 21206398
_avaToken(view returns (address)
0x442b153f6f61c0c99a33aa4170dcb31e1abda1d0
_avaTokenPriceInUsdCent(view returns (uint256)
0
_beneficiary(view returns (address)
0xedbb9c61198d27c771904bc6b33f96ed35c8587e
_cardNft(view returns (address)
0x55700cd2e91f39bc56f589b346dac12a7907ea08
_cardNumForSaleMinted(view returns (uint256)
1459
_cardPriceUsdCent(view returns (uint256)
10000000
_communityPoolWallet(view returns (address)
0x0000000000000000000000000000000000000000
_discountWhenBuyInAvaPercent(view returns (uint256)
0
_giveBackToCommunityPercent(view returns (uint256)
0
_maxAllowableCardsForPublicSale(view returns (uint256)
3
_maxSupplyForSale(view returns (uint256)
2000
_privateSaleEnabled(view returns (bool)
false
_purchaseInAvaEnabled(view returns (bool)
false
_totalAvaTokensCollected(view returns (uint256)
0
_totalNativeTokensCollected(view returns (uint256)
315408201000000000000
 
getCardPriceInAvaTokens(view returns (uint256)
getCardPriceInNative(view returns (uint256)
31721258953325339576
getCardSaleInfo(view returns (uint256uint256uint256uint256uint256address)
(10000000, 2000, 0, 0, 0, 0x0000000000000000000000000000000000000000)
getCurrentPrice(view returns (int256)
3152
getNativeCoinPriceInUsdCent(view returns (uint256)
315246
getThePrice(view returns (int256)
315246329100
owner(view returns (address)
0x765bb563ff1f9f9e0d803fad8cdbc2f89615fd37
paused(view returns (bool)
false
priceFeed(view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
Read-only
_cardNumPerWalletMinted(addressview returns (uint256)
_maxAllowableCardsForPrivateSale(addressview returns (uint256)
checkIfCanBuy(address wallet_uint256 cardAmount_view returns (bool)
State-modifying
batchSetMaxAllowableCardsForPrivateSale(address[] walletList_uint256[] maxCardsList_
buyInAva(uint256 cardAmount_returns (uint256[])
buyInNative(uint256 cardAmount_payable returns (uint256[])
grantAuthorized(address auth_
mintAfterPayment(address buyer_uint256 cardAmount_returns (uint256[])
pause(
renounceOwnership(
revokeAuthorized(address auth_
setAvaTokenPriceInUsdCent(uint256 avaTokenPriceInUsdCent_
setBeneficiary(address beneficiary_
setCardPriceUsdCent(uint256 cardPriceUsdCent_
setCardSaleInfo(uint256 cardPriceUsdCent_uint256 maxSupplyForSale_uint256 giveBackToCommunityPercent_uint256 avaTokenPriceInUsdCent_uint256 discountWhenBuyInAvaPercent_address communityPoolWallet_
setCommunityPoolWallet(address communityPoolWallet_
setDiscountWhenBuyInAvaPercent(uint256 discountWhenBuyInAvaPercent_
setGiveBackToCommunityPercent(uint256 giveBackToCommunityPercent_
setMaxAllowableCardsForPrivateSale(address wallet_uint256 maxCards_
setMaxAllowableCardsForPublicSale(uint256 maxAllowableCardsForPublicSale_
setMaxSupplyForSale(uint256 maxSupplyForSale_
setPrivateSaleEnabled(bool privateSaleEnabled_
setPurchaseInAvaEnabled(bool purchaseInAvaEnabled_
transferOwnership(address newOwner
unpause(
Events
EventBatchSetMaxAllowableCardsForPrivateSale(uint256 walletListLengthuint256 maxCardsListLength
EventBuyInAva(address buyer_uint256[] mintedTokenIdList_uint256 cardAmount_uint256 totalAvaTokensToPay_
EventBuyInNative(address buyer_uint256[] mintedTokenIdList_uint256 cardAmount_uint256 totalToPay_
EventGrantAuthorized(address auth_
EventMintAfterPayment(address buyer_address minter_uint256[] mintedTokenIdList_uint256 cardAmount_
EventRevokeAuthorized(address auth_
EventSetAvaTokenPriceInUsdCent(uint256 avaTokenPriceInUsdCent_
EventSetBeneficiary(address beneficiary_
EventSetCardPriceUsdCent(uint256 cardPriceUsdCent_
EventSetCommunityPoolWallet(address communityPoolWallet_
EventSetDiscountWhenBuyInAvaPercent(uint256 discountWhenBuyInAvaPercent_
EventSetGiveBackToCommunityPercent(uint256 giveBackToCommunityPercent_
EventSetMaxAllowableCardsForPrivateSale(address wallet_uint256 maxCards_
EventSetMaxAllowableCardsForPublicSale(uint256 maxAllowableCardsForPublicSale_
EventSetMaxSupplyForSale(uint256 maxSupplyForSale_
EventSetPrivateSaleEnabled(bool privateSaleEnabled_
EventSetPurchaseInAvaEnabled(bool purchaseInAvaEnabled_
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address avaTokenAddress_address cardNftAddress_address beneficiary_
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.