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 |
---|---|---|---|---|---|
ROTO | ERC-20 | 18.858127M | -- | -- | |
ETHMNY | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15614659 | 2 years ago | | | 0 | 0.00026072060 | |
| 15457862 | 2 years ago | | | 0 | 0.00041657440 | |
| 11910138 | 4 years ago | | | 0 | 0.0078757860 | |
| 11325614 | 4 years ago | | | 0 | 0.0033638143 | |
| 11081869 | 4 years ago | | | 0 | 0.00078435000 | |
| 9474204 | 5 years ago | | | 0 | 0.000037338000 | |
| 9310216 | 5 years ago | | | 0 | 0.00022395600 | |
| 9254827 | 5 years ago | | | 0 | 0.00022388400 | |
| 9214413 | 5 years ago | | | 0 | 0.000056007000 | |
| 9065677 | 5 years ago | | | 0 | 0.00050292900 |
ABI
ABI objects
Getter at block 21263127
INITIAL_SUPPLY() view returns (uint256)
21000000000000000000000000
decimals() view returns (uint8)
18
getManager() view returns (address _manager)
0x0d19d264207a3afad4094f26b693ff5590361b0d
name() view returns (string)
Roto
symbol() view returns (string)
ROTO
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
canStake(address _user, uint256 _value) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeOwner(address _newOwner) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroyRoto(address _user, bytes32 _tournamentID) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
releaseRoto(address _user, bytes32 _tournamentID) returns (bool)
rewardRoto(address _user, uint256 _value) returns (bool successful)
setManagerContract(address _contract) returns (bool)
stakeRoto(address _user, bytes32 _tournamentID, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromContract(address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ManagerChanged(address _contract)
RotoDestroyed(address _user, uint256 stake)
RotoReleased(address _user, uint256 stake)
RotoRewarded(address _contract, address _user, uint256 reward)
RotoStaked(address _user, uint256 stake)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.