Jungle
Verified contract
Active on
Ethereum with 10,428 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 |
---|---|---|---|---|---|
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- | |
apemfer | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237906 | 3 days ago | | | 0 | 0.0014051591 | |
| 20950550 | a month ago | | | 0 | 0.00090662637 | |
| 20852040 | 2 months ago | | | 0 | 0.00037221991 | |
| 20842129 | 2 months ago | | | 0 | 0.00032920858 | |
| 20583764 | 3 months ago | | | 0 | 0.000090387310 | |
| 20583764 | 3 months ago | | | 0 | 0.00024294108 | |
| 20583757 | 3 months ago | | | 0 | 0.000090560496 | |
| 20583754 | 3 months ago | | | 0 | 0.000094272302 | |
| 20583754 | 3 months ago | | | 0 | 0.00025338308 | |
| 20360247 | 4 months ago | | | 0 | 0.000083590870 |
ABI
ABI objects
Getter at block 21257325
CLAIM_END_TIME() view returns (uint256)
1874980800
EMISSIONS_RATE() view returns (uint256)
1028703700000000
apeMferAddress() view returns (address)
0xd629fe374143b60ff4b0decb81673ee85a977d17
decimals() view returns (uint8)
18
name() view returns (string)
Jungle
owner() view returns (address)
0xa05123b49c1094a83f7a3032eb43c3bd1d61d21d
symbol() view returns (string)
JUNGLE
totalSupply() view returns (uint256)
28736122023412084100000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAllRewards(address staker) view returns (uint256)
getRewardsByTokenId(uint256 tokenId) view returns (uint256)
getStaker(uint256 tokenId) view returns (address)
getTokensStaked(address staker) view returns (uint256[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimAll()
claimByTokenId(uint256 tokenId)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setApeMferAddress(address _apeMferAddress)
stakeByIds(uint256[] tokenIds)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstakeAll()
unstakeByIds(uint256[] tokenIds)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.