GradientSquares
Verified contract
Active on
Ethereum with 542 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 "GradientSquares"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20563011 | 3 months ago | | | 0 | 0.00013085764 | |
| 20321526 | 5 months ago | | | 0 | 0.00018640994 | |
| 18907441 | a year ago | | | 0 | 0.00068665477 | |
| 18829630 | a year ago | | | 0 | 0.0013315670 | |
| 18802141 | a year ago | | | 0 | 0.00082193764 | |
| 17964207 | a year ago | | | 0 | 0.0028400617 | |
| 17763569 | a year ago | | | 0 | 0.0023156020 | |
| 17619731 | a year ago | | | 0 | 0.00068534637 | |
| 16997109 | 2 years ago | | | 0 | 0.0013026493 | |
| 16567684 | 2 years ago | | | 0 | 0.00081278256 |
ABI
ABI objects
Getter at block 21327461
MAX_NFT_SUPPLY() view returns (uint256)
2500
MAX_PURCHASABLE() view returns (uint256)
20
NFT_PRICE() view returns (uint256)
50000000000000000
PROVENANCE_HASH() view returns (string)
name() view returns (string)
GradientSquares
owner() view returns (address)
0x374d9cbb9bb6d0595500f935cf40a1f7a13b4e7c
saleStarted() view returns (bool)
false
symbol() view returns (string)
SQUARES
totalSupply() view returns (uint256)
976
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
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 approve(address to, uint256 tokenId)
mint(uint256 amountToMint) payable
pauseSale()
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProvenanceHash(string _hash)
startSale()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.