Space Cadets
Verified contract
Active on
Ethereum with 3,400 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Space Cadets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308500 | 10 days ago | | | 0 | 0.00098666840 | |
| 21242872 | 19 days ago | | | 0 | 0.00050799657 | |
| 21051594 | a month ago | | | 0 | 0.00028822977 | |
| 20619392 | 3 months ago | | | 0 | 0.000026677355 | |
| 20520081 | 4 months ago | | | 0 | 0.00015347226 | |
| 20190402 | 5 months ago | | | 0 | 0.00030516981 | |
| 20189861 | 5 months ago | | | 0 | 0.00019405079 | |
| 20099080 | 6 months ago | | | 0 | 0.000085937188 | |
| 19856699 | 7 months ago | | | 0 | 0.000077767692 | |
| 19759617 | 7 months ago | | | 0 | 0.00020166277 |
ABI
ABI objects
Getter at block 21379650
burnLive() view returns (bool)
false
contractURI() view returns (string)
https://tokenfy-production-public.s3.us-east-2.amazonaws.com/20/contract-uri
ethEnabled() view returns (bool)
true
instantRevealActive() view returns (bool)
true
maxPerMint() view returns (uint256)
30
maxSupply() view returns (uint256)
10000
name() view returns (string)
Space Cadets
owner() view returns (address)
0x0d395a086d4832fd8b73755eaf9c72e5d0f08900
presaleLive() view returns (bool)
false
presaleMaxPerMint() view returns (uint256)
2
presaleMaxSupply() view returns (uint256)
10000
presalePricePerToken() view returns (uint256)
0
pricePerToken() view returns (uint256)
5000000000000000
saleLive() view returns (bool)
true
symbol() view returns (string)
SCAD
tokenfyAddress() view returns (address)
0xa6dd98031551c23bb4a2fbe2c4d524e8f737c6f7
tokenfyEnabled() view returns (bool)
false
tokenfyPresalePrice() view returns (uint256)
0
tokenfyPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
3841
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 qty, address to)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxSupply(uint256 _maxSupply)
changePresaleMaxSupply(uint256 _maxSupply)
changePresalePrice(uint256 newPrice)
changePrice(uint256 newPrice)
changeTokenfyPresalePrice(uint256 newPrice)
changeTokenfyPrice(uint256 newPrice)
mint(uint256 qty) payable
mintTokenfy(uint256 qty, uint256 value)
presaleMint(bytes32 hash, bytes sig, uint256 qty, uint256 max, uint256 expiresAt) payable
presaleMintTokenfy(bytes32 hash, bytes sig, uint256 qty, uint256 max, uint256 expiresAt, uint256 value)
reclaimERC1155(address erc1155Token, uint256 id, address to)
reclaimERC20(address erc20Token, address to)
reclaimERC721(address erc721Token, uint256 id, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBurnLive(bool live)
setContractURI(string newuri)
setETHEnabled(bool enabled)
setInstantReveal(bool reveal)
setMaxPerMint(uint256 _maxPerMint)
setPresaleLive(bool live)
setPresaleMaxPerMint(uint256 _maxPerMint)
setSaleLive(bool live)
setSignerAddress(address _signer)
setTokenfyEnabled(bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEarnings()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _signerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.