Cardstack
Verified contract
Proxy
Active on
Ethereum with 33,023 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7eaf…2bd8
Balances ($1,565,369.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CARD | ERC-20 | 3.000688B | $0.000522 |
$1,565,369.05 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
PCPie | ERC-20 | 5 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
WOOL | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254325 | 7 hours ago | | | 0 | 0.0022941062 | |
| 21245682 | a day ago | | | 0 | 0.0023374324 | |
| 21244436 | 2 days ago | | | 0 | 0.0036793063 | |
| 21242831 | 2 days ago | | | 0 | 0.0022834842 | |
| 21242804 | 2 days ago | | | 0 | 0.00082046000 | |
| 21240462 | 2 days ago | | | 0 | 0.0019665559 | |
| 21240415 | 2 days ago | | | 0 | 0.0023282853 | |
| 21218743 | 5 days ago | | | 0 | 0.00088802274 | |
| 21212387 | 6 days ago | | | 0 | 0.0023113734 | |
| 21212324 | 6 days ago | | | 0 | 0.00083477350 |
ABI
ABI objects
Getter at block 21256387 admin() view returns (address) implementation() view returns (address) name() view returns (string) symbol() view returns (string) tokensAvailable() view returns (uint256) totalInCirculation() view returns (uint256)
adminsInitialized() view returns (bool)
true
buyPrice() view returns (uint256)
37000
circulationCap() view returns (uint256)
6000000000000000000000000000
contributionMinimum() view returns (uint256)
0
cstBalanceLimit() view returns (uint256)
647502000000000000000000
decimals() view returns (uint8)
18
externalStorage() view returns (address)
0x0174f7eaf415384ba8e8fa0884c0f3dc4604b6cc
foundation() view returns (address)
0x6d1627e046613482740ea35573a92e45558cb348
frozenToken() view returns (bool)
false
getLedgerNameHash() view returns (bytes32)
0x3ce199a1c5056a1082387f326c412e2770f23868c4064e317f4cc143d3b0fb24
getStorageNameHash() view returns (bytes32)
0x3b490556deb6d6bcc6b6674ab40bed699c3086ffb6a43fd53f25257589cef605
haltPurchase() view returns (bool)
true
initialized() view returns (bool)
true
ledgerName() view returns (string)
ledger-CARD
owner() view returns (address)
0x0aeaf8c2fe778797cd5464e7eb8351d28da2e823
registry() view returns (address)
0x04c1ed360abf2852647ce2a1cbc800d1b664a9c9
storageName() view returns (string)
cstStorage
tokenLedger() view returns (address)
0x7eaf7c8458204f71943a3e07f31f6b14e62f2bd8
tokenMaxCap() view returns (uint256)
6000000000000000000000000000
totalAdminsMapping() view returns (uint256)
0
totalBuyersMapping() view returns (uint256)
4411
totalCustomBuyersMapping() view returns (uint256)
561
totalFrozenAccountsMapping() view returns (uint256)
0
totalSuperAdminsMapping() view returns (uint256)
5
totalSupply() view returns (uint256)
6000000000000000000000000000
totalUnvestedAndUnreleasedTokens() view returns (uint256)
14644293000000000000000000
version() view returns (string)
3
vestingMappingSize() view returns (uint256)
12
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 changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
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)
constructor(address _implementation)
fallback()
This contract contains no error objects.