Stone Squad
Verified contract
Active on
Ethereum with 540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x13b8…6dc5
Balances ($0.00)
No balances found for "Stone Squad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21061198 | 21 days ago | | | 0 | 0.00015474999 | |
| 20631336 | 3 months ago | | | 0 | 0.000063246543 | |
| 20560357 | 3 months ago | | | 0 | 0.000044052354 | |
| 20160037 | 5 months ago | | | 0 | 0.000072917487 | |
| 20148150 | 5 months ago | | | 0 | 0.00019419571 | |
| 19350427 | 9 months ago | | | 0 | 0.0021707126 | |
| 19024392 | 10 months ago | | | 0 | 0.00076830260 | |
| 17389958 | a year ago | | | 0 | 0.00060079650 | |
| 17010722 | 2 years ago | | | 0 | 0.00098957851 | |
| 17009729 | 2 years ago | | | 0 | 0.00055291701 |
ABI
ABI objects
Getter at block 21214115
cost() view returns (uint256)
10000000000000000
currentBalance() view returns (uint256)
0
getMaxSupply() view returns (uint256)
4444
getMinted() view returns (uint256)
356
getTotalBalance() view returns (uint256)
1430000000000000000
getWLMaxSupply() view returns (uint256)
1148
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
4444
merkleRoot() view returns (bytes32)
0xc51344d1d8639656df7b6b20edc0ae8449dc57d5fea6d08ccc696d91ba8ef1cd
name() view returns (string)
Stone Squad
owner() view returns (address)
0xd4058183c15b9a3fccd59f161a2345945dd93d11
paused() view returns (bool)
true
payments() view returns (address)
0x13b880e779950e1a686df1c260bfd439d1bc6dc5
symbol() view returns (string)
STONE
totalSupply() view returns (uint256)
356
uriPrefix() view returns (string)
ipfs://QmXhhn8cb1VgCgUaHvfQ7fkBoEtqk6MBZJBccN6r9LtvT1/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
true
wlMaxSupply() view returns (uint256)
1148
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)
payees(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
whitelistVerify(bytes32[] _merkleProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setPublicCost()
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWLMaxSupply(uint256 _wlMaxSupply)
setWhitelistMintEnabled(bool _state)
setWlCost()
transferFrom(address from, address to, uint256 tokenId)
transferOwner(address newOwner)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistMinted(address minter, uint256 amount)
amountReleased()
minted(address minter, uint256 amount)
constructor(string _tokenName, string _tokenSymbol, uint256 _maxSupply, uint256 _wlMaxSupply, uint256 _maxMintAmountPerTx, address _payments, address[] _payees)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()