Meta Moose
Verified contract
Active on
Ethereum with 960 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0dc9…3113
0x7e32…dbac
0x43ac…ce6a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHI | ERC-20 | 2.125K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18823159 | a year ago | | | 0 | 0.0012768826 | |
| 18357161 | a year ago | | | 0 | 0.00031765292 | |
| 18079611 | a year ago | | | 0 | 0.00085195115 | |
| 17412813 | a year ago | | | 0 | 0.0011359707 | |
| 16995550 | 2 years ago | | | 0 | 0.00090970552 | |
| 16995547 | 2 years ago | | | 0 | 0.00098556469 | |
| 16995543 | 2 years ago | | | 0 | 0.0010050302 | |
| 16995537 | 2 years ago | | | 0 | 0.0010004047 | |
| 16995533 | 2 years ago | | | 0 | 0.0010663146 | |
| 16995529 | 2 years ago | | | 0 | 0.0010398765 |
ABI
ABI objects
Getter at block 21276567 availableTokens() view returns (uint256, uint16[])
CONTRACT_NAME() view returns (string)
Metamoose Contract
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MINT_TYPEHASH() view returns (bytes32)
0x79800d7a879f6d3ff90ed42057b41065ab94943f7417273b44f9e3044f196171
batt() view returns (address)
0x7e32e468fbca1bbc85736028c284968f391adbac
burnEnabled() view returns (bool)
false
chi() view returns (address)
0x0000000000004946c0e9f43f4dee607b0ef1fa1c
forest() view returns (address)
0x0dc9e503456c158fc9e85988385b463554af3113
harvesterStolen() view returns (uint16)
49
hunterMinted() view returns (uint16)
54
hunterStolen() view returns (uint16)
2
maxMint() view returns (uint256)
30
mintPrice() view returns (uint256)
88000000000000000
name() view returns (string)
Meta Moose
owner() view returns (address)
0x5d77d9841612b499f012b683e1447a10c9b72919
phase() view returns (uint16)
1
privateSaleIsEnabled() view returns (bool)
false
publicSaleIsEnabled() view returns (bool)
true
symbol() view returns (string)
METAMOOSE
tokensMinted() view returns (uint256)
1441
totalSupply() view returns (uint256)
1441
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isHunter(uint16 id) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
phasePrice(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAvailableTokens(uint16 _from, uint16 _to, uint256 chiAmount)
approve(address to, uint256 tokenId)
burn(uint16[] tokenIds, bool mint)
privateMint(address user, uint256 amount, uint8 v, bytes32 r, bytes32 s, bool stake) payable
publicMint(uint256 amount, bool stake) payable
removeFromAvailableTokens(uint256 index)
renounceOwnership()
reserveMoose(address to, uint256 amount)
reserveMooseById(address to, uint16[] ids)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setBurnEnabled(bool _state)
setContracts(address _forest, address _batt, address _randomGen)
setHunters(uint16[] ids, bool value)
setMaxMint(uint256 _maxValue)
setMintPrice(uint256 _price)
setPhasePrice(uint256 price1, uint256 price2, uint256 price3)
setPrivateSaleState()
setPublicSaleState()
switchToSalePhase(uint16 _phase)
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)
Lucky(address owner, uint16 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrivateMint(address user, uint256 num)
TokenStolen(address owner, uint16 tokenId, address thief)
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.