Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x89ee…c838
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFBETA | ERC-20 | 370.101349 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20297883 | 4 months ago | | | 0 | 0.00011623148 | |
| 20297844 | 4 months ago | | | 0 | 0.00010312799 | |
| 20297836 | 4 months ago | | | 0 | 0.000099064325 | |
| 19680050 | 7 months ago | | | 0 | 0.00036415712 | |
| 19637823 | 7 months ago | | | 0 | 0.00064587215 | |
| 19526471 | 7 months ago | | | 0 | 0.0023997982 | |
| 19432961 | 8 months ago | | | 0 | 0.0019465201 | |
| 17813924 | a year ago | | | 0 | 0.0024340551 | |
| 17377188 | a year ago | | | 0 | 0.0012446615 | |
| 17003895 | 2 years ago | | | 0 | 0.00090805732 |
ABI
ABI objects
Getter at block 21162493
_contractURI() view returns (string)
baseURI() view returns (string)
https://yflambda.herokuapp.com/api/
contractURI() view returns (string)
name() view returns (string)
Gem
owner() view returns (address)
0x75d4bdbf6593ed463e9625694272a0ff9a6d346f
symbol() view returns (string)
GEM
token() view returns (address)
0x89ee58af4871b474c30001982c3d7439c933c838
totalStaked() view returns (uint256)
370101349036742063678
totalSupply() view returns (uint256)
232
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rewardRecords(uint256) view returns (address minter, uint256 amount, uint256 startBlock, uint256 endBlock, bool isStaked)
stakeRecords(address) view returns (uint256 amount, uint256 startBlock, uint256 rewardId, bool hasMinted)
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)
State-modifying
Events addStake(uint256 numTokens) returns (bool)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintReward() returns (uint256)
removeStake() returns (bool)
renounceOwnership()
rescue(address otherTokenAddress, address to, uint256 numTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 tokenAddress, string name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.