The Other Side
Verified contract
Active on
Ethereum with 46,109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- | |
TOS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21107365 | 7 days ago | | | 0 | 0.00022454888 | |
| 21107363 | 7 days ago | | | 0 | 0.00021936372 | |
| 21107361 | 7 days ago | | | 0 | 0.00021033880 | |
| 21106846 | 7 days ago | | | 0 | 0.00011634845 | |
| 21106208 | 8 days ago | | | 0 | 0.00011386342 | |
| 21106202 | 8 days ago | | | 0 | 0.000088001893 | |
| 21104831 | 8 days ago | | | 0 | 0.00010516940 | |
| 21102589 | 8 days ago | | | 0 | 0.00011529682 | |
| 21102078 | 8 days ago | | | 0 | 0.00017120600 | |
| 21101839 | 8 days ago | | | 0 | 0.00022478030 |
ABI
ABI objects
Getter at block 21159953
MAX_QTY() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
8888
PRICE() view returns (uint256)
540000000000000000
getBalanceofContract() view returns (uint256)
0
isMintActive() view returns (bool)
true
isStakeActive() view returns (bool)
true
isWhitelistActive() view returns (bool)
false
name() view returns (string)
The Other Side
notRevealedUri() view returns (string)
ipfs://QmXZGWhQp3CQc3svnDhUuf4yTtoQBuqumHeC33jmEG69Dd/hidden.json
owner() view returns (address)
0xe9c5a9079726a003a8bc394289f82c32f1d0f080
revealed() view returns (bool)
true
symbol() view returns (string)
TOS
totalSupply() view returns (uint256 totalSupply_)
8888
Read-only
accessList(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMoonType(uint256[] tokenIds) view returns (bool[] moonTypes)
getStakedTokens(address _user) view returns (uint256[] tokenIds)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
moons(uint256) view returns (address owner, bool celestialType)
originalStakeOwner(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address owner_)
stakers(address) view returns (uint256 amountStaked)
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 account) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) 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 prefix, string suffix)
setDelegate(address addr, bool isDelegate_)
setMaxQty(uint256 maxQty)
setMaxSupply(uint256 maxSupply)
setMintingActive(bool mintActive_)
setPrice(uint256 price)
setRevealState(bool reveal_)
setStakeActive(bool isActive_)
setUnrevealURI(string notRevealUri_)
setWhitelistActive(bool isWhitelistActive_)
setWhitelistAddress(address[] accounts, uint256 allowed)
stake(uint256[] tokenIds)
team_mint(uint256[] quantity, address[] recipient)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unStake(uint256[] tokenIds)
updateMoontype(bool moonType, uint256[] tokenIds)
withdraw(uint256 amount_)
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)
Staked(address owner, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unstaked(address owner, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.