codeSTACKr Token
Verified contract
Proxy
Active on
Ethereum with 942 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "codeSTACKr Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16856627 | 2 years ago | | | 0 | 0.00047672049 | |
| 16307215 | 2 years ago | | | 0 | 0.00079076864 | |
| 16263080 | 2 years ago | | | 0 | 0.00084108386 | |
| 16122947 | 2 years ago | | | 0 | 0.00066153509 | |
| 16093443 | 2 years ago | | | 0 | 0.00076626292 | |
| 16032809 | 2 years ago | | | 0 | 0.00067357638 | |
| 15959968 | 2 years ago | | | 0 | 0.00065792215 | |
| 15793745 | 2 years ago | | | 0 | 0.0010259639 | |
| 15368982 | 2 years ago | | | 0 | 0.00082020686 | |
| 15266781 | 2 years ago | | | 0 | 0.00046387540 |
ABI
ABI objects
Getter at block 21427745 contractURI() view returns (string) getInfo() view returns (struct NFTCollectionContractInfo info)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
VERSION() view returns (uint256)
10201
availableSupply() view returns (uint256)
0
baseURI() view returns (string)
ipfs://bafybeidha6gtalyhcumbeuutd2a2ureokjm224r3bz4qjpwzsfo36utfu4/
maxSupply() view returns (uint256)
1000
metadataUpdatable() view returns (bool)
false
mintPrice() view returns (uint256)
0
mintingActive() view returns (bool)
true
name() view returns (string)
codeSTACKr Token
owner() view returns (address)
0xd8b808a887326f45b2d0cd999709aa6264cef919
prerevealTokenURI() view returns (string)
presaleActive() view returns (bool)
true
presaleMerkleRoot() view returns (bytes32)
0x5380c7b7ae81a58eb98d9c78de4a1fd7fd9535fc953ed2be602daaa41767312a
presaleMintStart() view returns (uint256)
1655897448
publicMintStart() view returns (uint256)
1655897448
reserveRemaining() view returns (uint256)
0
reservedSupply() view returns (uint256)
0
symbol() view returns (string)
CST
tokensPerMint() view returns (uint256)
2
totalSupply() view returns (uint256)
1000
treasuryAddress() view returns (address)
0xd8b808a887326f45b2d0cd999709aa6264cef919
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address wallet, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(struct NFTCollectionDeploymentConfig deploymentConfig, struct NFTCollectionRuntimeConfig runtimeConfig)
mint(uint256 amount) payable
presaleMint(uint256 amount, bytes32[] proof) payable
renounceRole(bytes32 role, address account)
reserveMint(address to, uint256 amount)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferAdminRights(address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateConfig(struct NFTCollectionRuntimeConfig newConfig)
withdrawFees()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()