Pioneer
Verified contract
Active on
Ethereum with 1,356 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 "Pioneer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042047 | 24 days ago | | | 0 | 0.00039275950 | |
| 20980455 | a month ago | | | 0 | 0.00042181017 | |
| 20733760 | 2 months ago | | | 0 | 0.00018449335 | |
| 19952896 | 6 months ago | | | 0 | 0.00017767161 | |
| 19898353 | 6 months ago | | | 0 | 0.00016701627 | |
| 19815233 | 6 months ago | | | 0 | 0.00010067005 | |
| 19815015 | 6 months ago | | | 0 | 0.00010785285 | |
| 19812659 | 6 months ago | | | 0 | 0.00039265717 | |
| 19812533 | 6 months ago | | | 0 | 0.00035712735 | |
| 19770571 | 7 months ago | | | 0 | 0.00058189776 |
ABI
ABI objects
Getter at block 21214499
_tokenIds() view returns (uint256 _value)
1000
getTotalMinted() view returns (uint256)
1000
name() view returns (string)
Pioneer
owner() view returns (address)
0xdb2946f7816153f3d3202c2e2c36721eaf91e8a1
reveal() view returns (bool)
true
symbol() view returns (string)
P
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintClaimed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rootMap(uint256) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32[] _merkleProof, uint256 amount)
mintByOwner(address _to, uint256 amount)
revealNow()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setBlindURI(string _uri)
setRoot(uint256 _root, uint256 _amount)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.