THORWallet Army
Verified contract
Active on
Ethereum with 3,666 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 "THORWallet Army"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270789 | a day ago | | | 0 | 0.0013747398 | |
| 21257557 | 3 days ago | | | 0 | 0.0017260375 | |
| 21217414 | 9 days ago | | | 0 | 0.0012291662 | |
| 21143313 | 19 days ago | | | 0 | 0.00035985485 | |
| 21134572 | 20 days ago | | | 0 | 0.00097770381 | |
| 21101282 | 25 days ago | | | 0 | 0.0014935372 | |
| 21074674 | a month ago | | | 0 | 0.00053719271 | |
| 21068929 | a month ago | | | 0 | 0.00083753359 | |
| 21029242 | a month ago | | | 0 | 0.0012466515 | |
| 21027379 | a month ago | | | 0 | 0.00032416794 |
ABI
ABI objects
Getter at block 21280306 contractURI() view returns (string)
maxSupply() pure returns (uint256)
2220
name() view returns (string)
THORWallet Army
owner() view returns (address)
0xcf23e5020497ce7129c02041fccef9a0ba5e6554
releasedTGT() view returns (bool)
true
requireTokenAddress() view returns (address)
0x108a850856db3f85d0269a2693d896b394c80325
symbol() view returns (string)
TWA
totalSupply() view returns (uint256)
2080
Read-only
balanceOf(address owner) view returns (uint256)
currentSupply(uint256 _rank) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLevel(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelisted(address _address) view returns (bool)
State-modifying
Events addAddressesToWhitelist(address[] addrs)
approve(address to, uint256 tokenId)
mint()
mintByOwner(address[] _addresses, uint256 _rank)
mintWhitelisted()
removeAddressFromWhitelist(address addr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setReleasedTGT(bool _released)
setRequiredToken(address _tokenAddress)
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.