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 |
---|---|---|---|---|---|
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- | |
KF | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18035851 | a year ago | | | 0 | 0.0013024716 | |
| 18035847 | a year ago | | | 0 | 0.0013009099 | |
| 18031364 | a year ago | | | 0 | 0.0022629216 | |
| 18016870 | a year ago | | | 0 | 0.0017984313 | |
| 18010011 | a year ago | | | 0 | 0.0010791052 | |
| 18002849 | a year ago | | | 0 | 0.0011790601 | |
| 17988310 | a year ago | | | 0 | 0.0044769904 | |
| 17988307 | a year ago | | | 0 | 0.0084405901 | |
| 17988305 | a year ago | | | 0 | 0.021045872 | |
| 17981143 | a year ago | | | 0 | 0.029314448 |
ABI
ABI objects
Getter at block 21328723
GOLD() view returns (uint256)
2
JADE() view returns (uint256)
3
WOOD() view returns (uint256)
1
joinAllowed() view returns (bool)
false
joinPrice() view returns (uint256)
30000000000000000
keyAddress() view returns (address)
0x760831b9a344bf28a7f0e99b3b5fb660451d6c41
kingFrogAddress() view returns (address)
0xd668a2e001f3385b8bbc5a8682ac3c0d83c19122
operator() view returns (address)
0xa02b39d3d2098781fccdda407d342b1b9a837ec6
Read-only
frogsAlive(uint256) view returns (uint256)
frogsJoined(uint256) view returns (bool)
frogsToItem(uint256) view returns (uint256)
frogsToOwner(uint256) view returns (address)
getLivesRemaining(uint256 frogId) view returns (uint256)
livesRemaining(uint256) view returns (uint256)
pendingWithdrawals(address) view returns (uint256)
State-modifying
Events attack(uint256 amount)
batchJoin(uint256[] frogIds) payable
claim()
join(uint256 frogId) payable
onERC721Received(address, address from, uint256 id, bytes) returns (bytes4)
purchaseEquipment(uint256 item, uint256 frogId) payable
setJoinOpen(bool _joinAllowed)
setJoinPrice(uint256 _joinPrice)
withdraw()
Attack(uint256 amount, uint256 killed)
EquipmentPurchased(address indexed user, uint256 indexed item, uint256 indexed frogId)
FrogJoined(uint256 frogId, address indexed owner)
FrogStaked(uint256 frogId, address indexed owner)
constructor(address _operator, address _kingFrogAddress, address _keyAddress, uint256 _joinPrice)
This contract contains no fallback and receive objects.
AmountMustBeLessThan256()
ExceededMaxBatchLimit()
FrogHasAlreadyJoined(uint256 id)
IncorrectPaymentAmount()
JoinMustBeClosed()
JoinMustBeOpen()
MustOwnKey()
NftMustBeKingFrog()
NoPendingWithdrawal()
OneFrogMustRemainLiving()
OnlyFrogOwnerMayJoin()
OnlyFrogOwnerOrOperatorMayClaim()
OnlyOperatorMayPerformThisAction()
TransferFailed()