codeSTACKr Token

Verified contract

Proxy

Active on Ethereum with 942 txns
Deployed by via 0xd295df0a at 15014979
Slot
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

No balances found for "codeSTACKr Token"

0xbd45a5b7994e99f8bc67f8c58271bbc3bd66af2af28326d033025545a0814023
0xb1d81531aa692daa793377d34c361d3633cfa0f7510d144c689f356d5a03c640
0xde821df4bd4bfafcf356ed624bbf17dc1f4f0ed2e4d6082a6d665577c1311526
0x8e2a60b6ba8824213d1e6a291e6495928ea9f6a4b53ad8c68c70de770648de32
0x1bbf6159cc279de9251f59dccc74e17c0543890a47f0549e0ce2641c4e8d9da5
0x6307f8726bb33b4a01afb96601844fdf401c8b59b8ab6fc88f126112b327a012
0x52f0f63317cf361804077a340d31274582c4ed0fbcc5de029cbccbd179f5fd16
0x09841b53fa91e3dcbacca6d83955ed2db03c514df36aeba8684f8d5ac85bb498
0x2db1cdb98e063eeb08a5bbd9a094137a5674cc2745202feb321a416515c9a0ed
0x834d0b731b10cf824c68fb87096be0f2660b48bd7ee8b382545c85c301c096cd

Functions
Getter at block 21427745
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/
 
contractURI(view returns (string)
 
getInfo(view returns (struct NFTCollectionContractInfo info)
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address walletbytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
initialize(struct NFTCollectionDeploymentConfig deploymentConfigstruct NFTCollectionRuntimeConfig runtimeConfig
mint(uint256 amountpayable 
presaleMint(uint256 amountbytes32[] proofpayable 
renounceRole(bytes32 roleaddress account
reserveMint(address touint256 amount
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferAdminRights(address to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(struct NFTCollectionRuntimeConfig newConfig
withdrawFees(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(