EtheremonTransform
Verified contract
Active on
Ethereum with 3,438 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 |
---|---|---|---|---|---|
GSE | ERC-20 | 18 | $0.000028 |
$0 | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6517192 | 6 years ago | | | 0.09 | 0.000022209000 | |
| 6517192 | 6 years ago | | | 0.09 | 0.000022209000 | |
| 6468219 | 6 years ago | | | 0 | 0.00035747400 | |
| 6468214 | 6 years ago | | | 0 | 0.00041882100 | |
| 6460859 | 6 years ago | | | 0 | 0.0000046669000 | |
| 6460375 | 6 years ago | | | 0.09 | 0.00027505200 | |
| 6240786 | 6 years ago | | | 0 | 0.00013505100 | |
| 6240767 | 6 years ago | | | 0 | 0.00014855610 | |
| 6240767 | 6 years ago | | | 0 | 0.00014855610 | |
| 6239051 | 6 years ago | | | 0 | 0.000090034000 |
ABI
ABI objects
Getter at block 21257905
GEN0_NO() view returns (uint8)
24
STAT_COUNT() view returns (uint8)
6
STAT_MAX() view returns (uint8)
32
battleContract() view returns (address)
0xf35a3215e8098544f1c352ef57c3c745e224fb38
buyEggFee() view returns (uint256)
90000000000000000
dataContract() view returns (address)
0xabc1c404424bdf24c19a5cc5ef8f47781d18eb3e
hatchMaxTime() view returns (uint16)
46
hatchStartTime() view returns (uint16)
2
isMaintaining() view returns (bool)
true
owner() view returns (address)
0xe0a66218c40230967d4240d25f6220a28e52c7ff
removeHatchingTimeFee() view returns (uint256)
50000000000000000
totalModerators() view returns (uint16)
4
tradeContract() view returns (address)
0x4ba72f0f8dad13709ee28a992869e79d0fe47030
transformDataContract() view returns (address)
0xfdf4411669fc6e8951a6ae987307d7582fda7a05
worldContract() view returns (address)
0x1fc7bd85293f3982f40d52698df8d26be89360d6
Read-only
calculateMaxEggG0(uint64 _objId) view returns (uint256)
canLayEgg(uint64 _objId, uint32 _classId, uint32 _level) view returns (bool)
ceil(uint256 a, uint256 m) pure returns (uint256)
checkAncestors(uint32 _classId, address _trainer, uint64 _a1, uint64 _a2, uint64 _a3) view returns (bool)
gen0Config(uint32) view returns (uint32 classId, uint256 originalPrice, uint256 returnPrice, uint32 total)
getBonusEgg(uint64 _objId) view returns (uint256)
getClassCheckOwner(uint64 _objId, address _trainer) view returns (uint32)
getGen0ObjInfo(uint64 _objId) view returns (uint32, uint32, uint256)
getLevel(uint32 exp) view returns (uint8)
getObjClassId(uint64 _objId) view returns (uint32, address, uint8)
getRandom(uint16 maxRan, uint8 index, address priAddress) view returns (uint8)
layingEggDeductions(uint32) view returns (uint8)
layingEggLevels(uint32) view returns (uint8)
levelExps(uint8) view returns (uint32)
moderators(address) view returns (bool)
randomClassIds(uint256) view returns (uint32)
transformClasses(uint32) view returns (uint32)
transformLevels(uint32) view returns (uint8)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
addRandomClass(uint32 _newClassId)
buyEgg() payable
buyEggWithToken(address _trainer)
genLevelExp()
hatchEgg()
layEgg(uint64 _objId)
removeHatchingTime() payable
removeHatchingTimeWithToken(address _trainer)
removeRandomClass(uint32 _oldClassId)
setConfig(uint256 _removeHatchingTimeFee, uint256 _buyEggFee)
setConfigClass(uint32 _classId, uint8 _layingLevel, uint8 _layingCost, uint8 _transformLevel, uint32 _tranformClass)
setContract(address _dataContract, address _worldContract, address _transformDataContract, address _battleContract, address _tradeContract)
setOriginalPriceGen0()
transform(uint64 _objId, uint64 _a1, uint64 _a2, uint64 _a3) payable
updateHatchingRange(uint16 _start, uint16 _max)
withdrawEther(address _sendTo, uint256 _amount)
EventLayEgg(address indexed trainer, uint64 objId, uint64 eggId)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor(address _dataContract, address _worldContract, address _transformDataContract, address _battleContract, address _tradeContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.