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 "Gradis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283149 | a day ago | | | 0 | 0.00029112301 | |
| 21195912 | 13 days ago | | | 0 | 0.00052497296 | |
| 21101115 | a month ago | | | 0 | 0.00063919500 | |
| 20970147 | a month ago | | | 0 | 0.00039340684 | |
| 20875334 | 2 months ago | | | 0 | 0.00023837949 | |
| 20872075 | 2 months ago | | | 0 | 0.0013978122 | |
| 20730634 | 3 months ago | | | 0 | 0.00020573301 | |
| 20659009 | 3 months ago | | | 0 | 0.000029714522 | |
| 20657371 | 3 months ago | | | 0 | 0.000086107077 | |
| 20646139 | 3 months ago | | | 0 | 0.000029730000 |
ABI
ABI objects
Getter at block 21290448
MAX_GRADIS() view returns (uint256)
8075
contractURI() view returns (string)
https://cdn.gradis.art/gradis-json/
gradisPrice() view returns (uint256)
10000000000000000
maxGradisPurchase() view returns (uint256)
5
name() view returns (string)
Gradis
owner() view returns (address)
0xd8c5c7bfa6aaa9ae6a1cc701048c6beffd71222b
saleIsActive() view returns (bool)
false
symbol() view returns (string)
GRDS
totalSupply() view returns (uint256 count)
4193
whitelistSaleIsActive() view returns (bool)
true
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
flipWhitelistSaleState()
mintGradis(uint256[] gradisTokens) payable
renounceOwnership()
reserveGradis(uint256[] gradisTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256[] gradisTokens) payable
withdraw()
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.