Squarmies
Verified contract
Active on
Ethereum with 4,550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 34 | $0.325145 |
$11.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20662914 | 2 months ago | | | 0 | 0.000083988255 | |
| 20351575 | 3 months ago | | | 0 | 0.00011698560 | |
| 20191897 | 4 months ago | | | 0 | 0.00015757610 | |
| 19669076 | 7 months ago | | | 0 | 0.00041142695 | |
| 19522433 | 7 months ago | | | 0 | 0.0010805512 | |
| 19404513 | 8 months ago | | | 0 | 0.0050137401 | |
| 19404510 | 8 months ago | | | 0 | 0.0029066329 | |
| 19231511 | 9 months ago | | | 0 | 0.00082793190 | |
| 19120507 | 9 months ago | | | 0 | 0.0016608212 | |
| 19055469 | 9 months ago | | | 0 | 0.00084810578 |
ABI
ABI objects
Getter at block 21093411 getContractBalance() view returns (uint256)
SQUARMIES_PROVENANCE() view returns (string)
0df7210dd1f8ac5f43cfd84006c6a4fe5091d63baad59e233c9792fb4f83b61b
cost() view returns (uint256)
59000000000000000
maxWhitelist() view returns (uint256)
3
name() view returns (string)
Squarmies
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xad3cc61d62ca353d450999e1379af6cdb5bb1fb3
paused() view returns (bool)
true
revealed() view returns (bool)
true
root() view returns (bytes32)
0x9ca7826e0775ea210c8d6a0ef79c6a73c9466403fb2e0a6a24eba18a5d526786
sale() view returns (uint8)
2
symbol() view returns (string)
SQUARES
totalSupply() view returns (uint256)
3535
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropSquares(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId)
mintSquares(uint256 _mintAmount, bytes32[] _merkleProof) payable
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)
setCost(uint256 _newCost)
setMaxWhitelist(uint256 _amount)
setPaused(bool _state)
setProvenance(string provenance)
setReveal(bool _reveal)
setRoot(bytes32 _root)
setSale(uint8 _sale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _uri, uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.