Game

Verified contract

Active on Ethereum with 381 txns
Deployed by via 0xb214b297 at 17282180
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#19838)
ERC-721
--
 (#19807)
ERC-721
--
 (#19513)
ERC-721
--
 (#19462)
ERC-721
--
 (#19400)
ERC-721
--
 (#19343)
ERC-721
--
 (#19334)
ERC-721
--
 (#19302)
ERC-721
--
 (#19253)
ERC-721
--
 (#19234)
ERC-721
--
0x243d90aff83198e3ad605908ad2709c6577615a12b0847922beb6ab1fe3ebfdf
0x0f5ee004f0dc0efc9513792618e8da90e7324d2b3281e463191054474602c41b
0xda05f56115280127acf1c90ece3cbfa01f6554bc973b7fef1b581fa40d5c2483
0x55701c70b5e74883eaf7cc83081d9fd76316b9d77df6631b4a4426210549f9cf
0xaf966b3938ab9b7735aa321d1577363c037d62c7e62bb37a5e282a00aaf1b4bb
0xe2b39fe52875437135b3ad86b8be61c7b1b32a2920e95a2b34141991b792906a
0x157fce6b4941a8a21fc6ef99cc18a1be7236858af9f34b5d57d975999ee76bff
0x3a5b770f0fb84c2151184132c7e02da2e1950e9c0899d4662cc2dba851064fdb
0x2baa076c747c441cda34e349f47bf17da70bf80af1b9feaaa9a3d9ea7c5b1eae
0x9ff82fab77fd754a0cefa226f4bd84bea4b52442eeefc86d9fd4343e81aba1fc

Functions
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(uint256view returns (uint256)
frogsJoined(uint256view returns (bool)
frogsToItem(uint256view returns (uint256)
frogsToOwner(uint256view returns (address)
getLivesRemaining(uint256 frogIdview returns (uint256)
livesRemaining(uint256view returns (uint256)
pendingWithdrawals(addressview returns (uint256)
State-modifying
attack(uint256 amount
batchJoin(uint256[] frogIdspayable 
claim(
join(uint256 frogIdpayable 
onERC721Received(addressaddress fromuint256 idbytesreturns (bytes4)
purchaseEquipment(uint256 itemuint256 frogIdpayable 
setJoinOpen(bool _joinAllowed
setJoinPrice(uint256 _joinPrice
withdraw(
Events
Attack(uint256 amountuint256 killed
EquipmentPurchased(address indexed useruint256 indexed itemuint256 indexed frogId
FrogJoined(uint256 frogIdaddress indexed owner
FrogStaked(uint256 frogIdaddress indexed owner
Constructor
constructor(address _operatoraddress _kingFrogAddressaddress _keyAddressuint256 _joinPrice
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountMustBeLessThan256(
ExceededMaxBatchLimit(
FrogHasAlreadyJoined(uint256 id
IncorrectPaymentAmount(
JoinMustBeClosed(
JoinMustBeOpen(
MustOwnKey(
NftMustBeKingFrog(
NoPendingWithdrawal(
OneFrogMustRemainLiving(
OnlyFrogOwnerMayJoin(
OnlyFrogOwnerOrOperatorMayClaim(
OnlyOperatorMayPerformThisAction(
TransferFailed(