CardManager
Verified contract
Active on
Ethereum with 1,359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xedbb…587e
Balances ($0.00)
No balances found for "CardManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194833 | 2 days ago | | | 0 | 0.0044526796 | |
| 21181348 | 3 days ago | | | 0 | 0.016760959 | |
| 21177434 | 4 days ago | | | 0 | 0.0046465432 | |
| 21177236 | 4 days ago | | | 0 | 0.0046107390 | |
| 21176816 | 4 days ago | | | 0 | 0.0040475850 | |
| 21176460 | 4 days ago | | | 0 | 0.0067565301 | |
| 21152740 | 7 days ago | | | 0 | 0.0030312339 | |
| 21127375 | 11 days ago | | | 0 | 0.0080893028 | |
| 21084823 | 17 days ago | | | 0 | 0.0020601994 | |
| 21069202 | 19 days ago | | | 0 | 0.0025743005 |
ABI
ABI objects
Getter at block 21206398 getCardPriceInAvaTokens() view returns (uint256)
_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
getCardPriceInNative() view returns (uint256)
31721258953325339576
getCardSaleInfo() view returns (uint256, uint256, uint256, uint256, uint256, address)
(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(address) view returns (uint256)
_maxAllowableCardsForPrivateSale(address) view returns (uint256)
checkIfCanBuy(address wallet_, uint256 cardAmount_) view returns (bool)
State-modifying
Events 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()
EventBatchSetMaxAllowableCardsForPrivateSale(uint256 walletListLength, uint256 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 previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address avaTokenAddress_, address cardNftAddress_, address beneficiary_)
This contract contains no fallback and receive objects.
This contract contains no error objects.