EthMadness
Verified contract
Active on
Ethereum with 587 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "EthMadness"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7645217 | 6 years ago | | | 0 | 0.000073527000 | |
| 7645188 | 6 years ago | | | 0 | 0.00016333500 | |
| 7645171 | 6 years ago | | | 0 | 0.00032300700 | |
| 7541843 | 6 years ago | | | 0 | 0.00034534400 | |
| 7541822 | 6 years ago | | | 0 | 0.00086948500 | |
| 7541818 | 6 years ago | | | 0 | 0.00097385500 | |
| 7541408 | 6 years ago | | | 0 | 0.00023020800 | |
| 7535849 | 6 years ago | | | 0 | 0.00017848000 | |
| 7535733 | 6 years ago | | | 0 | 0.000089240000 | |
| 7535531 | 6 years ago | | | 0 | 0.00026752800 |
ABI
ABI objects
Getter at block 21169561
currentState() view returns (uint8)
4
finalResult() view returns (bytes16 winners, uint8 scoreA, uint8 scoreB, bool isFinal)
(winners=0x265aa559a5a5a9a9565965a965696569, scoreA=85, scoreB=77, isFinal=true)
getEntryCount() view returns (uint256)
480
getOracleCount() view returns (uint256)
4
getTransitionTimes() view returns (uint256, uint256, uint256, uint256)
(1553187600, 1554793199, 1554879599, 1555484399)
isOwner() view returns (bool)
false
owner() view returns (address)
0xaa84933f4d3a205bebc0b64cac08f69ca6af9a2a
prizeAmount() view returns (uint256)
500
prizeERC20TokenAddress() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
Read-only
arePicksOrResultsValid(bytes16 picksOrResults) pure returns (bool)
entries(uint256) view returns (address submitter, uint48 entryIndex)
oracleVotes(address) view returns (bytes16 winners, uint8 scoreA, uint8 scoreB, bool isFinal)
oracles(uint256) view returns (address)
topThree(uint256) view returns (uint48 entryIndex, uint32 score, uint64 difference, address submitter)
transitionTimes(uint256) view returns (uint256)
State-modifying
Events addOracle(address oracle)
claimTopEntry(uint256 entryCompressed)
closeContestAndPayWinners()
closeOracleVoting(bytes16 winners, uint8 scoreA, uint8 scoreB)
markTournamentFinished()
markTournamentInProgress()
refundRemaining(uint256 amount)
renounceOwnership()
submitEntry(bytes16 picks, uint64 scoreA, uint64 scoreB, string bracketName)
submitOracleVote(uint256 oracleIndex, bytes16 winners, uint8 scoreA, uint8 scoreB)
transferOwnership(address newOwner)
EntrySubmitted(address indexed submitter, uint256 indexed entryCompressed, uint48 indexed entryIndex, string bracketName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256[] times, address erc20Token, uint256 erc20Amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.