EmontFrenzy
Verified contract
Active on
Ethereum with 218 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39.30)
Native
Value
$39.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,929.75 |
$39.3 | |
EMONT | ERC-20 | 0.241961 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5734814 | 7 years ago | | | 0 | 0.00012035240 | |
| 5734524 | 7 years ago | | | 0 | 0.00070490400 | |
| 5734521 | 7 years ago | | | 0 | 0.00011581080 | |
| 5734463 | 7 years ago | | | 0 | 0.00011581080 | |
| 5734253 | 7 years ago | | | 0 | 0.00050770800 | |
| 5732910 | 7 years ago | | | 0.01 | 0.00052012350 | |
| 5731393 | 7 years ago | | | 0 | 0.00028610100 | |
| 5730634 | 7 years ago | | | 0 | 0.00051442500 | |
| 5730627 | 7 years ago | | | 0 | 0.00084137300 | |
| 5730618 | 7 years ago | | | 0 | 0.00072420000 |
ABI
ABI objects
Getter at block 21384524 getStats() view returns (uint256 countFish, uint256 countBonus)
BASE_POS() view returns (uint256)
510
HIGH() view returns (uint256)
20
ONE_EMONT() view returns (uint256)
100000000
addFee() view returns (uint256)
10000000000000000
addWeight() view returns (uint256)
500000000
cashInRate() view returns (uint256)
50
cashOutRate() view returns (uint256)
100
isMaintaining() view returns (bool)
true
maxPos() view returns (uint256)
1000
minJump() view returns (uint256)
4
moveCharge() view returns (uint256)
5
name() view returns (string)
EmontFrenzy
owner() view returns (address)
0xe0a66218c40230967d4240d25f6220a28e52c7ff
symbol() view returns (string)
EMONF
tokenContract() view returns (address)
0x95daaab98046846bf4b2853e23cba236fa394a31
totalFish() view returns (uint256)
32
totalModerators() view returns (uint16)
0
totalSupply() view returns (uint256)
32
width() view returns (uint256)
50
Read-only
DeductABS(uint256 _a, uint256 _b) pure returns (uint256)
balanceOf(address _owner) view returns (uint256 _balance)
findTargetCell(uint256 _fromPos, uint256 _toPos) view returns (uint256 pos, uint256 fishId, address player, uint256 weight)
getFish(uint32 _fishId) view returns (address player, uint256 weight, bool active)
getFishAtBase(uint256 _fishId) view returns (uint256 fishId, address player, uint256 weight)
getFishByAddress(address _player) view returns (uint256 fishId, address player, uint256 weight, bool active)
getFishByPos(uint256 _pos) view returns (uint256 fishId, address player, uint256 weight)
getFishIdByAddress(address _player) view returns (uint256 fishId)
getFishIdByPos(uint256 _pos) view returns (uint256 fishId)
getMaxJump(uint256 _weight) view returns (uint256)
getRandom(uint256 _seed) view returns (uint256)
moderators(address) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
State-modifying
Events AddFish() payable
AddFishByToken(address _player, uint256 tokens)
AddModerator(address _newModerator)
CashOut(uint256 _amount)
ChangeOwner(address _newOwner)
MoveFish(uint256 _fromPos, uint256 _toPos)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
addBonus(uint256 _pos, uint256 _amount)
setConfig(uint256 _addFee, uint256 _addWeight, uint256 _moveCharge, uint256 _cashOutRate, uint256 _cashInRate, uint256 _width)
setDefaultMaxJump()
transfer(address _to, uint256 _tokenId)
updateMaxJump(uint256 _weight, uint256 _squareLength)
updateMinJump(uint256 _minJump)
withdrawEther(address _sendTo, uint256 _amount)
withdrawToken(address _sendTo, uint256 _amount)
EventBonus(uint256 pos, uint256 value)
EventCashout(address indexed player, uint256 fishId, uint256 weight)
EventEat(address indexed player, address indexed defender, uint256 playerFishId, uint256 defenderFishId, uint256 fromPos, uint256 toPos, uint256 playerWeight)
EventMove(address indexed player, uint256 fishId, uint256 fromPos, uint256 toPos, uint256 weight)
EventSuicide(address indexed player, address indexed defender, uint256 playerFishId, uint256 defenderFishId, uint256 fromPos, uint256 toPos, uint256 defenderWeight)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor(address _tokenContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.