RotoManager
Verified contract
Active on
Ethereum with 3,725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($323.28)
Native
Value
$323.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,232.82 |
$323.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8678932 | 5 years ago | | | 0 | 0.00059446000 | |
| 8678922 | 5 years ago | | | 0 | 0.00010216000 | |
| 8678917 | 5 years ago | | | 0 | 0.0022122000 | |
| 8678910 | 5 years ago | | | 0 | 0.00074190000 | |
| 8678899 | 5 years ago | | | 0 | 0.00010222400 | |
| 8678850 | 5 years ago | | | 0 | 0.0022131600 | |
| 8671095 | 5 years ago | | | 0 | 0.00041164500 | |
| 8671037 | 5 years ago | | | 0 | 0.00041164500 | |
| 8670960 | 5 years ago | | | 0 | 0.00041164500 | |
| 8670894 | 5 years ago | | | 0 | 0.00041164500 |
ABI
ABI objects
Getter at block 21172749
This contract contains no getter function objects.
Read-only
tournaments(bytes32) view returns (bool open, uint256 etherPrize, uint256 etherLeft, uint256 rotoPrize, uint256 rotoLeft, uint256 creationTime, uint256 userStakes, uint256 stakesResolved)
State-modifying
Events changeOwner(address _newOwner) returns (bool)
closeTournament(bytes32 _tournamentID) returns (bool successful)
createTournament(bytes32 _tournamentID, uint256 _etherPrize, uint256 _rotoPrize) payable returns (bool successful)
destroyRoto(address _user, bytes32 _tournamentID) returns (bool successful)
releaseRoto(address _user, bytes32 _tournamentID, uint256 _etherReward) returns (bool successful)
rewardRoto(address _user, bytes32 _tournamentID, uint256 _rotoReward) returns (bool successful)
setEmergency(bool _emergency) returns (bool)
setTokenContract(address _contract) returns (bool)
stake(uint256 _value, bytes32 _tournamentID) returns (bool successful)
StakeDestroyed(bytes32 indexed tournamentID, address indexed stakerAddress, uint256 rotoLost)
StakeProcessed(address indexed staker, uint256 totalAmountStaked, bytes32 indexed tournamentID)
StakeReleased(bytes32 indexed tournamentID, address indexed stakerAddress, uint256 etherReward, uint256 rotoStaked)
SubmissionRewarded(bytes32 indexed tournamentID, address indexed stakerAddress, uint256 rotoReward)
TokenChanged(address _contract)
TournamentClosed(bytes32 indexed tournamentID)
TournamentCreated(bytes32 indexed tournamentID, uint256 etherPrize, uint256 rotoPrize)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.