Tiger Tiger Tiger
Verified contract
Active on
Ethereum with 2,622 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,157.91)
Native
Value
$4,157.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.195 | $3,479.42 |
$4,157.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20532044 | 3 months ago | | | 0 | 0.00011841829 | |
| 16511071 | 2 years ago | | | 0 | 0.00083835357 | |
| 16292852 | 2 years ago | | | 0 | 0.00062871444 | |
| 16292836 | 2 years ago | | | 0 | 0.00043138713 | |
| 16003618 | 2 years ago | | | 0 | 0.00059892605 | |
| 15821643 | 2 years ago | | | 0 | 0.00056145177 | |
| 15536134 | 2 years ago | | | 0 | 0.00027159300 | |
| 15402730 | 2 years ago | | | 0 | 0.00023125980 | |
| 15385685 | 2 years ago | | | 0 | 0.00034716059 | |
| 15332570 | 2 years ago | | | 0 | 0.00049559525 |
ABI
ABI objects
Getter at block 21279250
MAX_QTY() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5000
PRICE() view returns (uint256)
5000000000000000
getBalanceofContract() view returns (uint256)
1195000000000000000
isMintActive() view returns (bool)
false
isStakeActive() view returns (bool)
false
isWhitelistActive() view returns (bool)
false
name() view returns (string)
Tiger Tiger Tiger
owner() view returns (address)
0x9e73807f43df83829d369b3c6570c7d1a1c8ee98
revealed() view returns (bool)
false
symbol() view returns (string)
TigerTigerTiger
totalSupply() view returns (uint256 totalSupply_)
3662
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)
mintNum(address) view returns (uint256)
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_)
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.