TransmutationEngine
Verified contract
Active on
Ethereum with 196 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "TransmutationEngine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11752991 | 4 years ago | | | 0 | 0.0028891170 | |
| 11733969 | 4 years ago | | | 0 | 0.0012667720 | |
| 11733966 | 4 years ago | | | 0 | 0.0086297640 | |
| 11733949 | 4 years ago | | | 0 | 0.0086708160 | |
| 11733770 | 4 years ago | | | 0 | 0.0063449760 | |
| 11733765 | 4 years ago | | | 0 | 0.0063457681 | |
| 11733746 | 4 years ago | | | 0 | 0.0063449761 | |
| 11733741 | 4 years ago | | | 0 | 0.0063457681 | |
| 11733734 | 4 years ago | | | 0 | 0.0064411120 | |
| 11733729 | 4 years ago | | | 0 | 0.0063449761 |
ABI
ABI objects
Getter at block 21193635
EngineParameters() view returns (address rewardsVault, uint8 alchemyCut, uint8 minAlchemists, uint16 maxAlchemists, uint64 minXpb, uint16 minTime, bool formulaOverflow, bool enabled)
(rewardsVault=0x4417e253582b8f9612bbb0b906339958691d7dcf, alchemyCut=3, minAlchemists=5, maxAlchemists=50, minXpb=777000000000, minTime=300, formulaOverflow=false, enabled=true)
currentSession() view returns (uint64)
9
nextSession() view returns (uint64)
10
operator() view returns (address)
0x0d69d12881de9c904d0985769755f155d0a0bf13
owner() view returns (address)
0x0d69d12881de9c904d0985769755f155d0a0bf13
Read-only
getUniTokenPrice(address _pair, uint8 _exception) view returns (uint64 price)
isOperator(address account) view returns (bool)
isOwner(address account) view returns (bool)
token_prices(uint64, uint8) view returns (uint64)
tokens(uint8) view returns (address tokenAddress, address pairAddress, uint64 vaultBalance, uint64 rewardAmount, uint64 decimals, bool enabled)
transmutation_sessions(uint64) view returns (uint32 timestamp_init, uint32 timestamp_end, bytes32 randReqId, uint16 randomness, uint16 total_entries, uint64 total_xpb, bool vrf, bool complete)
transmutation_sessions_entries(uint64, uint16) view returns (address alchemist, uint8 reward, uint16 chance)
State-modifying
Events addOperator(address account)
close_session()
complete_session(bool _distribute)
init_session()
modify_params(uint128 _alchemyCut)
modify_token(uint8 _token, address _tokenAddress, address _pairAddress, uint64 _rewardAmount, uint64 _decimals, bool _enabled)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
recoverERC20(address _token, address _to, uint256 _value)
recoverETH(address _to, uint256 _value) payable
submit_transmutation(uint8 formula, uint64 amount)
transferOwnership(address newOwner)
This contract contains no event objects.
constructor()
receive()
This contract contains no error objects.