CardstackToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "CardstackToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CardstackToken"
ABI
ABI objects
Getter at block 21157674 buyPrice() view returns (uint256) circulationCap() view returns (uint256) cstBalanceLimit() view returns (uint256) foundation() view returns (address) name() view returns (string) symbol() view returns (string) tokensAvailable() view returns (uint256) totalBuyersMapping() view returns (uint256) totalCustomBuyersMapping() view returns (uint256) totalInCirculation() view returns (uint256) totalSupply() view returns (uint256) totalUnvestedAndUnreleasedTokens() view returns (uint256) vestingMappingSize() view returns (uint256)
adminsInitialized() view returns (bool)
false
contributionMinimum() view returns (uint256)
0
decimals() view returns (uint8)
18
externalStorage() view returns (address)
0x0000000000000000000000000000000000000000
frozenToken() view returns (bool)
false
getLedgerNameHash() view returns (bytes32)
0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470
getStorageNameHash() view returns (bytes32)
0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470
haltPurchase() view returns (bool)
false
initialized() view returns (bool)
false
ledgerName() view returns (string)
owner() view returns (address)
0x0aeaf8c2fe778797cd5464e7eb8351d28da2e823
registry() view returns (address)
0x0000000000000000000000000000000000000000
storageName() view returns (string)
tokenLedger() view returns (address)
0x0000000000000000000000000000000000000000
tokenMaxCap() view returns (uint256)
6000000000000000000000000000
totalAdminsMapping() view returns (uint256)
0
totalFrozenAccountsMapping() view returns (uint256)
0
totalSuperAdminsMapping() view returns (uint256)
0
version() view returns (string)
3
Read-only
admins(address) view returns (bool)
adminsForIndex(uint256) view returns (address)
allowance(address _owner, address _spender) view returns (uint256)
approvedBuyer(address buyer) view returns (bool)
approvedBuyerForIndex(uint256 index) view returns (address)
balanceOf(address account) view returns (uint256)
bytes32ToString(bytes32 x) pure returns (string)
customBuyerForIndex(uint256 index) view returns (address)
customBuyerLimit(address buyer) view returns (uint256)
frozenAccount(address) view returns (bool)
frozenAccountForIndex(uint256) view returns (address)
releasableAmount(address beneficiary) view returns (uint256)
superAdmins(address) view returns (bool)
superAdminsForIndex(uint256) view returns (address)
vestingBeneficiaryForIndex(uint256 index) view returns (address)
vestingSchedule(address _beneficiary) view returns (uint256 startDate, uint256 cliffDate, uint256 durationSec, uint256 fullyVestedAmount, uint256 vestedAmount, uint256 vestedAvailableAmount, uint256 releasedAmount, uint256 revokeDate, bool isRevocable)
State-modifying
Events addAdmin(address admin)
addBuyer(address buyer) returns (bool)
addSuperAdmin(address admin)
approve(address spender, uint256 value) returns (bool)
buy() payable returns (uint256)
configure(bytes32 _tokenName, bytes32 _tokenSymbol, uint256 _buyPrice, uint256 _circulationCap, uint256 _balanceLimit, address _foundation) returns (bool)
configureFromStorage() returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
foundationDeposit() payable returns (bool)
foundationWithdraw(uint256 amount) returns (bool)
freezeAccount(address target, bool freeze)
freezeToken(bool freeze)
grantTokens(address recipient, uint256 amount) returns (bool)
grantVestedTokens(address beneficiary, uint256 fullyVestedAmount, uint256 startDate, uint256 cliffSec, uint256 durationSec, bool isRevocable) returns (bool)
increaseApproval(address spender, uint256 addedValue) returns (bool)
initialize(address _registry, string _storageName, string _ledgerName)
mintTokens(uint256 mintedAmount) returns (bool)
releaseVestedTokens() returns (bool)
releaseVestedTokensForBeneficiary(address beneficiary) returns (bool)
removeAdmin(address admin)
removeBuyer(address buyer) returns (bool)
removeSuperAdmin(address admin)
revokeVesting(address beneficiary) returns (bool)
setContributionMinimum(uint256 _contributionMinimum) returns (bool)
setCustomBuyer(address buyer, uint256 balanceLimit) returns (bool)
setHaltPurchase(bool _haltPurchase) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
updateStorage(string newStorageName, string newLedgerName) returns (bool)
AddAdmin(address indexed admin)
AddSuperAdmin(address indexed admin)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ConfigChanged(uint256 buyPrice, uint256 circulationCap, uint256 balanceLimit)
FoundationDeposit(uint256 amount)
FoundationWithdraw(uint256 amount)
FrozenFunds(address indexed target, bool frozen)
FrozenToken(bool frozen)
Mint(uint256 amountMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseHalted()
PurchaseResumed()
RemoveAdmin(address indexed admin)
RemoveSuperAdmin(address indexed admin)
RemoveWhitelistedBuyer(address indexed buyer)
StorageUpdated(address storageAddress, address ledgerAddress)
Transfer(address indexed _from, address indexed _to, uint256 _value)
VestedTokenGrant(address indexed beneficiary, uint256 startDate, uint256 cliffDate, uint256 durationSec, uint256 fullyVestedAmount, bool isRevocable)
VestedTokenRelease(address indexed beneficiary, uint256 amount)
VestedTokenRevocation(address indexed beneficiary)
WhiteList(address indexed buyer, uint256 holdCap)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.