LeaderBoardGame
Verified contract
Active on
Base with 422 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.44)
Native
Value
$16.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.005 | $3,287.97 |
$16.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22104645 | 15 days ago | | | 0 | 0.0000039017522 | |
| 22104639 | 15 days ago | | | 0 | 8.9372514e-7 | |
| 22104199 | 15 days ago | | | 0 | 5.3208742e-7 | |
| 7565540 | a year ago | | | 0 | 0.00039814953 | |
| 7565535 | a year ago | | | 0.005 | 0.000096588006 | |
| 7565531 | a year ago | | | 0 | 0.00034084202 | |
| 7532473 | a year ago | | | 0 | 0.00015985051 | |
| 7522337 | a year ago | | | 0 | 0.00039815007 | |
| 7522333 | a year ago | | | 0.005 | 0.000096588138 | |
| 7522330 | a year ago | | | 0 | 0.00034084248 |
ABI
ABI objects
Getter at block 22759143
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WORKER_ROLE() view returns (bytes32)
0xf1b411d6abb365480ac902cc153c45e9ded5847a2265ce6d01945d253edb6bc7
activePoolId() view returns (string)
activeRoomId() view returns (string)
activeSpecialPoolId() view returns (string)
platformTaxPoint() view returns (uint256)
20
poolPoint() view returns (uint256)
60
specialPoolPoint() view returns (uint256)
20
taxBalance() view returns (uint256)
0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pools(string) view returns (uint256 poolType, uint256 stage, uint256 value)
rooms(string) view returns (string roomId, uint256 ticketPrice, uint256 start, uint256 end, string poolId, string specialPoolId)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events closePool(string _poolId)
createPool(string _poolId, uint256 _poolType) payable
createRoom(string _roomId, string _poolId, string _specialPoolId, uint256 _ticketPrice, uint256 _start, uint256 _end)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBankAddress(address bankAddress)
setPoolWinners(string _poolId, address[] _winners, uint256[] _score, uint256[] _winnerPoints, bool _close)
setTax(uint256 _platformTaxPoint, uint256 _poolPoint, uint256 _specialPoolPoint)
startGameDirect(string _roomId) payable
startGameFromBank(string _roomId, address _player)
withdraw()
ClosePool(string _poolId, address[] _winners, uint256[] _score, uint256[] _winnerPoints)
CreatePool(string _poolId, uint256 _poolType, uint256 initvalue)
CreateRoom(string _roomId, string _poolId, string _specialPoolId, uint256 _ticketPrice, uint256 _start, uint256 _end)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetPoolWinners(string _poolId, address[] _winners, uint256[] _score, uint256[] _winnerPoints, bool _close)
StartGame(string _roomId, uint256 _ticketPrice, address _player)
constructor()
receive()
This contract contains no error objects.