The Moose Society
Verified contract
Active on
Ethereum with 4,244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe67b…f043
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NNS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- | |
$TMS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21374932 | 3 days ago | | | 0 | 0.00045586740 | |
| 21368833 | 4 days ago | | | 0 | 0.00081723545 | |
| 21341120 | 8 days ago | | | 0 | 0.00070503833 | |
| 21302064 | 13 days ago | | | 0 | 0.00087234918 | |
| 21289842 | 15 days ago | | | 0 | 0.00027963415 | |
| 21233171 | 23 days ago | | | 0 | 0.00070139771 | |
| 21232936 | 23 days ago | | | 0 | 0.00037442531 | |
| 21101708 | a month ago | | | 0 | 0.00039334258 | |
| 20986491 | 2 months ago | | | 0 | 0.00065040617 | |
| 20979727 | 2 months ago | | | 0 | 0.00044227674 |
ABI
ABI objects
Getter at block 21397264
MAX_MMM() view returns (uint256)
5000
MiniMoose() view returns (address)
0x0000000000000000000000000000000000000000
TraxToken() view returns (address)
0xe67bc93813071fff638fac69184fce7342c0f043
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
The Moose Society
owner() view returns (address)
0xb9decbf694ba4a758660d9fdf45494099e62ae24
presaleOpen() view returns (bool)
false
price() view returns (uint256)
30000000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
$TMS
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTimePassedSinceStake(address _owner, uint256 _index) view returns (uint256)
getUserStakeLength(address _owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address) view returns (uint256)
publicSaleNftCount(address) view returns (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)
userInfo(address, uint256) view returns (uint256 tokenId1, uint256 tokenId2, uint256 stakeTime)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address[] _recipients)
approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mintMetaMooseMansion(uint256 _count) payable
presaleMint(bytes32[] _proof, 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)
setMerkleRoot(bytes32 _merkleRoot)
setMiniMoose(address _miniMoose)
setPrice(uint256 _newPrice)
setTraxToken(address _traxToken)
stakeMoose(uint256 _tokenId1, uint256 _tokenId2)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unStake(uint256 _index)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaMooseMansionMinted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakedMetaMooseMansion(address indexed user, uint256 tokenId1, uint256 tokenId2, uint256 stakeTime)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UnStakedMetaMooseMansion(address indexed user, uint256 tokenId1, uint256 tokenId2, uint256 stakeTime)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.