Ether Troopers Mint Pass
Verified contract
Active on
Ethereum with 596 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe0a2…885d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETMP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15998348 | 2 years ago | | | 0 | 0.00045018601 | |
| 14762151 | 3 years ago | | | 0 | 0.0031270928 | |
| 14215399 | 3 years ago | | | 0 | 0.0028495797 | |
| 14213944 | 3 years ago | | | 0 | 0.0089225384 | |
| 14157727 | 3 years ago | | | 0 | 0.0018541403 | |
| 13989249 | 3 years ago | | | 0 | 0.0062989149 | |
| 13982343 | 3 years ago | | | 0 | 0.0082341135 | |
| 13979294 | 3 years ago | | | 0 | 0.011710550 | |
| 13798208 | 3 years ago | | | 0 | 0.0057460161 | |
| 13585611 | 3 years ago | | | 0 | 0.0078760898 |
ABI
ABI objects
Getter at block 21173092
baseURI() view returns (string)
https://api-mint.ethertroopers.com/mint-pass/metadata/
maxSupply() view returns (uint256)
500
name() view returns (string)
Ether Troopers Mint Pass
owner() view returns (address)
0x9db8922f8044d4cfe9c361b53c149fd5d63d90f9
price() view returns (uint256)
50000000000000000
provenanceHash() view returns (string)
publicsaleActive() view returns (bool)
false
publicsaleMintLimit() view returns (uint256)
2
symbol() view returns (string)
ETMP
totalSupply() view returns (uint256)
500
troopersContract() view returns (address)
0xe0a2e8a4d94e0c395e88aad7c9074d73a115885d
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)
publicsaleMints(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnFrom(uint256 tokenId)
distributePayment()
mint(uint256 timestamp, uint256[] tokenIds, bytes signature) 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)
setMintPassContract(address newContractAddress)
setPerWalletMintLimitForPublicsale(uint256 newLimit)
setPrice(uint256 newPrice)
setProvenanceHash(string newProvenanceHash)
togglePublicsale()
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)
PriceUpdated(uint256 newPrice)
PublicsaleUpdated(bool newStatus)
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.