ForestRanger
Verified contract
Active on
Ethereum with 1,467 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIGER | ERC-20 | 3.3434T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678049 | 2 months ago | | | 0 | 0.00047468924 | |
| 20667212 | 2 months ago | | | 0 | 0.000061057368 | |
| 19896352 | 6 months ago | | | 0 | 0.00018222523 | |
| 19896243 | 6 months ago | | | 0 | 0.00016795623 | |
| 19811728 | 6 months ago | | | 0 | 0.00051652988 | |
| 19117027 | 10 months ago | | | 0 | 0.00026300000 | |
| 19114049 | 10 months ago | | | 0 | 0.00028930000 | |
| 19114049 | 10 months ago | | | 0 | 0.00026730000 | |
| 17567370 | a year ago | | | 0 | 0.00028234596 | |
| 17152844 | 2 years ago | | | 0 | 0.0016943252 |
ABI
ABI objects
Getter at block 21205062
_signer() view returns (address)
0xeafb2019a8e7ddfb52763d6b0d49f53983bc0764
_tigerCoin() view returns (address)
0xb83c27805aaca5c7082eb45c868d955cf04c337f
currentStage() view returns (uint8)
3
maxFreeMint() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
10
maxMintPerWl() view returns (uint256)
10
maxSupply() view returns (uint256)
9990
metadataURI() view returns (string)
https://jungleking.mypinata.cloud/ipfs/QmaqB1oTsJatrdMeZqSmwCMAe7tH234Eqxx48pFHoQTjeQ/
name() view returns (string)
ForestRanger
owner() view returns (address)
0x390dcfddebeff949b9862ec91d7be337b8995553
revealed() view returns (bool)
true
symbol() view returns (string)
FR
totalSupply() view returns (uint256)
5347
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSpec(uint8 size) view returns (struct ForestRangerRangeSpec)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
totalSupplyBySize(uint8 size) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
devNormal(uint256 amount, address to)
devOG(uint256 amount, address to)
freeMint(bytes signature) payable
preMintNormal(uint256 amount, bool useEth, bytes signature) payable
preMintOG(uint256 amount, bool useEth, bytes signature) payable
publicMintNormal(uint256 amount, bool useEth) payable
publicMintOG(uint256 amount, bool useEth) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setEthPrice(uint8 size, uint256 _preEthPrice, uint256 _publicEthPrice)
setMaxMintPerTx(uint256 _maxMintPerTx)
setMaxMintPerWl(uint256 _maxMintPerWl)
setMetadataURI(string uri)
setPrice(uint8 size, uint256 _preEthPrice, uint256 _publicEthPrice, uint256 _preTigerPrice, uint256 _publicTigerPrice)
setRevealed(bool _revealed)
setStage(uint8 _stage)
setTigerPrice(uint8 size, uint256 _preTigerPrice, uint256 _publicTigerPrice)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer, address tigerCoin)
This contract contains no fallback and receive objects.
This contract contains no error objects.