MetaWeb3 Army
Verified contract
Active on
Ethereum with 188 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 "MetaWeb3 Army"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20973513 | 2 months ago | | | 0 | 0.0010051229 | |
| 20445535 | 4 months ago | | | 0 | 0.000057382431 | |
| 20439264 | 4 months ago | | | 0 | 0.00015660763 | |
| 20439220 | 4 months ago | | | 0 | 0.00010955211 | |
| 17378130 | 2 years ago | | | 0 | 0.0017421393 | |
| 16656372 | 2 years ago | | | 0 | 0.0013852306 | |
| 16614519 | 2 years ago | | | 0 | 0.00081452188 | |
| 16499697 | 2 years ago | | | 0 | 0.0013640403 | |
| 16190009 | 2 years ago | | | 0 | 0.00063795432 | |
| 16190007 | 2 years ago | | | 0 | 0.0010074582 |
ABI
ABI objects
Getter at block 21380571
MAX_SUPPLY() view returns (uint256)
333
name() view returns (string)
MetaWeb3 Army
owner() view returns (address)
0x5a7a40bcc3c480ee8682b30d0d67f90039c17c2f
symbol() view returns (string)
Web3 Army
totalSupply() view returns (uint256)
240
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftMinted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
reserveNFTs(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.