Gradient Pioneer
Verified contract
Active on
Ethereum with 172 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 "Gradient Pioneer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19837075 | 6 months ago | | | 0 | 0.000081740560 | |
| 18122043 | a year ago | | | 0 | 0.0012254899 | |
| 15234537 | 2 years ago | | | 0 | 0.00073835487 | |
| 14876195 | 2 years ago | | | 0 | 0.00053962616 | |
| 14876076 | 2 years ago | | | 0 | 0.0010057238 | |
| 14820065 | 2 years ago | | | 0 | 0.00071495526 | |
| 14762105 | 3 years ago | | | 0 | 0.0066997057 | |
| 14608177 | 3 years ago | | | 0 | 0.00085340780 | |
| 14512679 | 3 years ago | | | 0 | 0.0012244755 | |
| 14378235 | 3 years ago | | | 0 | 0.00086274719 |
ABI
ABI objects
Getter at block 21218031
contractURI() pure returns (string)
https://ipfs.io/ipfs/QmXsPRB1ksfBL1h5x9DSXbosKbtMoNGFnJEueo95hPFXtQ
name() view returns (string)
Gradient Pioneer
owner() view returns (address)
0xe3d8e58551d240626d50ee26faff2649e1eee3cb
symbol() view returns (string)
GradientPioneer
totalSupply() pure returns (uint256)
150
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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(bytes32[] _merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSale(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.