Walking Mutant
Verified contract
Active on
Ethereum with 663 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 "Walking Mutant"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20649919 | 2 months ago | | | 0 | 0.000071038033 | |
| 20346218 | 4 months ago | | | 0 | 0.00014693767 | |
| 16840340 | 2 years ago | | | 0 | 0.0012001307 | |
| 16495360 | 2 years ago | | | 0 | 0.00079885554 | |
| 16310048 | 2 years ago | | | 0 | 0.00064435005 | |
| 16309975 | 2 years ago | | | 0 | 0.00075184872 | |
| 16309421 | 2 years ago | | | 0 | 0.00075452580 | |
| 16308638 | 2 years ago | | | 0 | 0.00062649448 | |
| 16304248 | 2 years ago | | | 0 | 0.00088366277 | |
| 16303999 | 2 years ago | | | 0 | 0.00071265864 |
ABI
ABI objects
Getter at block 21186543
MAX_PER_TX() view returns (uint256)
11
MAX_PUBLIC_SUPPLY() view returns (uint256)
1939
MAX_SUPPLY() view returns (uint256)
2908
baseURI() view returns (string)
https://the-walking-mutant.s3.us-east-2.amazonaws.com/metadata/
claimPause() view returns (bool)
true
name() view returns (string)
Walking Mutant
owner() view returns (address)
0x751fa3d969936c39e6597ad8f281e43849bcf4d1
priceClaim() view returns (uint256)
0
priceInWei() view returns (uint256)
40000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Walking Mutant
totalSupply() view returns (uint256)
1938
wa_Address() view returns (address)
0xb088f8926ae002b7f337b6a93ddc2209882ef378
Read-only
balanceOf(address owner) view returns (uint256)
claimStatus(uint256 _tokenID) view returns (bool)
claimed(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
claim() payable
collectReserves()
flipProxyState(address proxyAddress)
mint(uint256 count) 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 _baseURI)
setPause(bool _state)
setPrice(uint256 _newPrice)
setPriceClaim(uint256 _newClaim)
setProxyRegistryAddress(address _proxyRegistryAddress)
setTX(uint256 _newTX)
setWAaddress(address _wa)
setmaxPublicSupply(uint256 _newPublicMax)
setmaxSupply(uint256 _newMax)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.