Mutant Women Ape Yacht Club
Verified contract
Active on
Ethereum with 376 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($253.54)
Native
Value
$253.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $3,169.19 |
$253.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20557434 | 3 months ago | | | 0 | 0.00014682104 | |
| 20007005 | 5 months ago | | | 0 | 0.00046919220 | |
| 19978676 | 5 months ago | | | 0 | 0.00048479171 | |
| 18718081 | a year ago | | | 0 | 0.0016046430 | |
| 18680678 | a year ago | | | 0 | 0.0016749226 | |
| 18490775 | a year ago | | | 0 | 0.00065579629 | |
| 18289668 | a year ago | | | 0 | 0.010871200 | |
| 18080459 | a year ago | | | 0 | 0.00068890989 | |
| 17509005 | a year ago | | | 0 | 0.00077902259 | |
| 17046085 | 2 years ago | | | 0 | 0.0019491613 |
ABI
ABI objects
Getter at block 21178760 xclubRealTotalSupply() view returns (uint256)
BaseURI() view returns (string)
ipfs://QmTNBhttQWfVGDvCMfhZqbnDAVs88U6NJyrx7gsxZjrKPn/
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
80000000000000000
maxMintAmountPerTx() view returns (uint256)
50
mintSupply() view returns (uint256)
2222
mwaycTotalSupply() view returns (uint256)
42
name() view returns (string)
Mutant Women Ape Yacht Club
owner() view returns (address)
0xaf2a786cadb4cba9f4955680f6ffb0b97f1dcd5a
owner_address() view returns (address)
0xaf2a786cadb4cba9f4955680f6ffb0b97f1dcd5a
paused() view returns (bool)
false
symbol() view returns (string)
MWAYC
totalSupply() view returns (uint256)
1106
wayc() view returns (address)
0x8dcb8b2d721c022552d826f8bcf2995747248d31
waycSupply() view returns (uint256)
10000
waycTotalSupply() view returns (uint256)
1064
xclub() view returns (address)
0x0000000000000000000000000000000000000000
xclubSupply() view returns (uint256)
3333
xclubTotalSupply() view returns (uint256)
0
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
waycBalanceOf(uint256 _tokenId) view returns (address)
waycTokenIds(address _address) view returns (uint256[])
waycTokenStatus(uint256) view returns (bool)
xclubTokenIds(address _address) view returns (uint256[])
xclubTokenStatus(uint256) view returns (bool)
State-modifying
Events airdrop(address[] _adresses, uint256 _mintAmount)
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMintSupply(uint256 _mintSupply)
setRoyalty(address _address, uint96 _royalty)
setWayc(address _wayc)
setWaycSupply(uint256 _waycSupply)
setXclub(address _xclub)
setXclubSupply(uint256 _xclubSupply)
setcost(uint256 _cost)
setmaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
waycClaim(uint256[] _tokensId)
withdraw()
xclubClaim(uint256[] _tokensId)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)