EtherTroopers
Verified contract
Active on
Ethereum with 2,423 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbdb9…9467
Balances ($0.00)
No balances found for "EtherTroopers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050610 | 15 days ago | | | 0 | 0.00020311382 | |
| 21050579 | 15 days ago | | | 0 | 0.00018471569 | |
| 20856237 | a month ago | | | 0 | 0.00027130138 | |
| 20628973 | 2 months ago | | | 0 | 0.00011510082 | |
| 20553737 | 3 months ago | | | 0 | 0.000031382217 | |
| 20216621 | 4 months ago | | | 0 | 0.000082671963 | |
| 20216614 | 4 months ago | | | 0 | 0.000089442736 | |
| 20216606 | 4 months ago | | | 0 | 0.000085875800 | |
| 20216603 | 4 months ago | | | 0 | 0.00012297049 | |
| 20162322 | 5 months ago | | | 0 | 0.00044316582 |
ABI
ABI objects
Getter at block 21160723
baseURI() view returns (string)
https://api.ethertroopers.com/troopers/
maxSupply() view returns (uint256)
8888
mintPassContract() view returns (address)
0xbdb91d4cc58ad6c3ff5e848b8d1f0ff0b35a9467
name() view returns (string)
EtherTroopers
owner() view returns (address)
0x888888740d8fec8768ad254741bd973b668e60f0
presaleActive() view returns (bool)
false
price() view returns (uint256)
55000000000000000
provenanceHash() view returns (string)
publicsaleActive() view returns (bool)
true
publicsaleMintLimit() view returns (uint256)
5555
symbol() view returns (string)
TRPR
totalSupply() view returns (uint256)
2653
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)
presaleLimits(address) view returns (uint256)
presaleMintings(address) view returns (uint256)
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)
distributePayment()
mintGiveaway(address[] winners)
mintPublicsale(uint256 count) payable
mintWithMintPass(uint256[] mintPassIds) payable
mintWithWhitelist(uint256 timestamp, uint256 count, uint256 limit, 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)
togglePresale()
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)
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.