SpaceKidsClub
Verified contract
Active on
Ethereum with 559 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
No balances found for "SpaceKidsClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014105 | a month ago | | | 0 | 0.00037644550 | |
| 18881218 | a year ago | | | 0 | 0.0011189738 | |
| 17422860 | a year ago | | | 0 | 0.0016173901 | |
| 17352326 | a year ago | | | 0 | 0.0010690775 | |
| 16741170 | 2 years ago | | | 0 | 0.0015402030 | |
| 16689283 | 2 years ago | | | 0 | 0.0022293967 | |
| 16689073 | 2 years ago | | | 0 | 0.0023865971 | |
| 16600326 | 2 years ago | | | 0 | 0.0010633892 | |
| 16559779 | 2 years ago | | | 0 | 0.00052986998 | |
| 16555714 | 2 years ago | | | 0 | 0.00056870716 |
ABI
ABI objects
Getter at block 21209926
baseURI() view returns (string)
ipfs://Qma6u6ZbtTZroEGXm3LHTLjZwzxwJXmwRqgcyzgMcMxgU6/
maxMintPresale() view returns (uint256)
2
maxMintQuantity() view returns (uint256)
0
maxMintWhitelist() view returns (uint256)
2
maxSupply() view returns (uint256)
3500
name() view returns (string)
SpaceKidsClub
owner() view returns (address)
0x5ba5f978e33cd04a012f92130a196a4d2cb9b62e
paused() view returns (bool)
false
preSaleSupply() view returns (uint256)
100
presalePrice() view returns (uint256)
30000000000000000
revealed() view returns (bool)
true
salePrice() view returns (uint256)
10000000000000000000
status() view returns (uint8)
3
symbol() view returns (string)
SKC
totalReleased() view returns (uint256)
12960000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
360
unrevealedURI() view returns (string)
ipfs://QmRz4AJmMpx92stwX4GyB475JTDRrDLcYV4B9yay7sLsLP
whitelistPrice() view returns (uint256)
60000000000000000
whitelistSupply() view returns (uint256)
1100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _nftId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
changeMaxMint(uint256 _maxMintAllowed)
changeMaxMintPresale(uint256 _maxMintAllowed)
changeMaxMintWhitelist(uint256 _maxMintAllowed)
changeMaxSupply(uint256 _maxSupply)
changePricePresale(uint256 _pricePresale)
changePriceSale(uint256 _priceSale)
changePriceWhitelist(uint256 _whitelistPrice)
gift(address _account)
pause()
presaleMint(uint256 _amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint256 _amount) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newBaseURI)
setNotRevealURI(string _unrevealedURI)
setupPresale()
setupSale()
setupWhitelistPresale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 _amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangeBaseURI(string _baseURI)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
GiftMint(address indexed _recipient, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseMint()
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
PresaleMint(address indexed _minter, uint256 _amount, uint256 _price)
Revealed(bool _revealed)
SaleMint(address indexed _minter, uint256 _amount, uint256 _price)
StatusChange(uint8 _previousStatus, uint8 _newStatus)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UnpauseMint()
Unpaused(address account)
WhitelistMint(address indexed _minter, uint256 _amount, uint256 _price)
constructor(string _newBaseURI, string _unrevealedURI)
receive()
This contract contains no error objects.