StarsByMoonchild
Verified contract
Active on
Ethereum with 236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "StarsByMoonchild"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18009225 | a year ago | | | 0 | 0.00062236319 | |
| 17874090 | a year ago | | | 0 | 0.0010313326 | |
| 17073587 | 2 years ago | | | 0 | 0.0025776728 | |
| 16870551 | 2 years ago | | | 0 | 0.0022222912 | |
| 16842363 | 2 years ago | | | 0 | 0.0014264944 | |
| 16730457 | 2 years ago | | | 0 | 0.0010487703 | |
| 16711533 | 2 years ago | | | 0 | 0.0010547111 | |
| 16681641 | 2 years ago | | | 0 | 0.0017035643 | |
| 16666061 | 2 years ago | | | 0 | 0.0013060894 | |
| 16660299 | 2 years ago | | | 0 | 0.0013857885 |
ABI
ABI objects
Getter at block 21209383
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
amountMinted() view returns (uint256)
510
burnTransactionsMintIsOpen() view returns (bool)
false
burnedTransactionCount() view returns (uint256)
124
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
getBurnedTransactionCount() view returns (uint256)
124
getTotalMintedSoFar() view returns (uint256)
510
mintLimitPerTxnAndWallet() view returns (uint256)
5
mintPrice() view returns (uint256)
45000000000000000
name() view returns (string)
StarsByMoonchild
owner() view returns (address)
0xf0dbd59b214405ff0b2364dac77ae14662ccfcdd
paymentSplitterAddress() view returns (address)
0x546934997f5f4b23a32303959562e18dd3085cb7
pendingsAddress() view returns (address)
0x79c2dbc3ced9b873ec0e58d294313c7194c6c4a3
pendingsHolderClaimIsOpen() view returns (bool)
false
publicMintIsOpen() view returns (bool)
false
symbol() view returns (string)
SBM
totalSupply() view returns (uint256)
1500
transactionsAddress() view returns (address)
0x7be542c186f52b3ed50666b11ef6bfc3bb4ce44c
transactionsToBurnForFreeToken() view returns (uint256)
4
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
pendingsIdUsedForClaim(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
burnToClaim(uint256[] _transactionIds)
mintPublic(uint256 _amount) payable
pendingsHolderClaim(uint256[] _pendingsIds)
reduceMaxSupply(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setBurnTransactionsMintIsOpen(bool _burnTransactionsMintIsOpen)
setMaxMintsPerWallet(uint256 _mintLimitPerTxnAndWallet)
setMintPrice(uint256 _mintPrice)
setNumberOfTransactionsToBurn(uint256 _transactionsToBurnForFreeToken)
setPaymentSplitterAddress(address _paymentSplitterAddress)
setPendingsAddress(address _pendingsAddress)
setPendingsHolderClaimIsOpen(bool _pendingsHolderClaimIsOpen)
setPublicMintIsOpen(bool _publicMintIsOpen)
setTransactionsAddress(address _transactionsAddress)
toggleDeadAddress()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20FromContract(address _to, address _token)
withdrawEthFromContract()
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()
fallback()
receive()
ForwardFailed()
InsufficientFunds()
InvalidNumberOfTransactionsToBeBurned()
MathError()
MaxSupplyReached()
MaxSupplyWillBeReached()
MintIsClosed()
NotTokenOwner()
OperatorNotAllowed(address operator)
PendingsTokenAlreadyUsedForClaim()
PublicConditionsNotMet()
QueryForNonexistentToken()