CryptowalkersWeapons
Verified contract
Active on
Ethereum with 6,060 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 "CryptowalkersWeapons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221289 | a day ago | | | 0 | 0.00055312958 | |
| 21219765 | a day ago | | | 0 | 0.00036368973 | |
| 21218826 | a day ago | | | 0 | 0.00048496896 | |
| 21205632 | 3 days ago | | | 0 | 0.00047452691 | |
| 21171888 | 8 days ago | | | 0 | 0.0016036388 | |
| 21168258 | 8 days ago | | | 0 | 0.0012143164 | |
| 21164687 | 9 days ago | | | 0 | 0.00091126820 | |
| 21151285 | 11 days ago | | | 0 | 0.00042244116 | |
| 21147256 | 11 days ago | | | 0 | 0.00032520143 | |
| 21146969 | 11 days ago | | | 0 | 0.00041095374 |
ABI
ABI objects
Getter at block 21228191
baseTokenURI() view returns (string)
https://zenith.walkerlabs.io/api/v1/token/0x5667a1a3318267C3774092648F0cAB8CAb4955Dc/
collectionSize() view returns (uint256)
6301
freeMintActive() view returns (bool)
false
freeSupply() view returns (uint256)
2301
freeSupplyMinted() view returns (uint256)
1461
getSate() view returns (uint8)
2
mainsaleSupply() view returns (uint256)
3501
mainsaleSupplyMinted() view returns (uint256)
3500
maxMint() view returns (uint256)
6
maxPerWallet() view returns (uint256)
11
maxfreeMint() view returns (uint256)
10
name() view returns (string)
CryptowalkersWeapons
owner() view returns (address)
0xb3ca9b1e9cd585d00183ba9671c16ea2c37ed9be
price() view returns (uint256)
30000000000000000
rootHash() view returns (bytes32)
0xb51882ff364a2e57b69de4c1e74df3af89859a5b3ee1605bedf812871737f0b1
symbol() view returns (string)
CWW
tokenSupply() view returns (uint256)
5460
totalSupply() view returns (uint256)
5459
Read-only
balanceOf(address owner) view returns (uint256)
claimedFreeMints(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedTokens(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifyValidity(address _addr, uint256 _amt, bytes32[] _proof) view returns (bool)
State-modifying
Events adminMint(uint256 _amt)
approve(address to, uint256 tokenId)
disableFreeMint()
enableFreeMint()
freeMint(uint256 _holdings, bytes32[] _proof) payable
msMint(uint256 _holdings, uint256 _amt, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setStateToAdmin()
setStateToPaused()
setStateToPublic()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string _newURI)
withdrawAll()
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.