Create Cards

Verified contract

Active on Ethereum with 3,857 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Create Cards"

0x101d083729c882c42eebce47bd21ff7bd06b5427c883ca198bf5a358ff0f09ed
0xfc4f699a3d2e80be5e1c4bef179863e23f5bb7512c936b37e4fcf7338ed679a4
0x925f44d4993461e2d768470f2769e399641a3c2449b10a5a7cf31a1aa2c2b296
0x6e359d56aba06cb2f03cb42a416fe90bcdd80b7a3b3613eb97a3679038ab161c
0x5d443c0830f004bbbb0358bca2c290ada4762281ef3e000102f802c8a54dbc0b
From
0x038d3b1cde73eda586db3d2297579538ad95dcf1f36d2e691681230a2f6a7f25
0x79f053c8ef8e98d0089e1b173d8387f215379e6ab99bb5dea24cacb2d2bd9ad5
0x7388171be8a3a9cf45d8ae7777c947fd016c99cdabed07657fda8a8c7251846e
0x552b73d9fb84e53401f1363eb189fb7f5095403d8700a382fc4a03011380033a
0xe202a38b81ad0b0d4a438996e7cb339249ab3237e1383bdba8900f0d3847aefe

Functions
Getter at block 21314911
MAX_SUPPLY(view returns (uint256)
10000
PUBLIC_MINT_ACTIVE(view returns (bool)
false
VOYAGER_MINT_ACTIVE(view returns (bool)
false
metadataURI(view returns (string)
ipfs://QmXNvgs1aV4sATaDeWEwxZZjY983eZn9bUUYyWGNsUL7Y5/
name(view returns (string)
Create Cards
owner(view returns (address)
0x47299cbc829b027e409081e0013a2f697d2129de
symbol(view returns (string)
CREATECARDS
totalSupply(view returns (uint256)
3002
voyagersContract(view returns (address)
0x4591c791790f352685a29111eca67abdc878863e
Read-only
balanceOf(address ownerview returns (uint256)
cards(uint256view returns (uint256 savedCreditsuint256 savedBlock)
getApproved(uint256 tokenIdview returns (address)
getCredits(uint256 tokenIdview returns (uint256)
hasVoyagerMinted(uint256view returns (bool)
isAdmin(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addAdmin(address _address
approve(address touint256 tokenId
publicMint(payable 
removeAdmin(address _address
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMetadataURI(string _metadataURI
spendCredits(uint256 tokenIduint256 quantity
togglePublicMint(
toggleVoyagerMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
voyagerMint(uint256 voyagerId
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
CardMinted(uint256 tokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PointsSpent(uint256 points
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(