The storage layout for this contract could not be retrieved.
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WINR | ERC-20 | 532.497819K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "JustBet"
ABI
ABI objects
Getter at block 21246496
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PREDICATE_ROLE() view returns (bytes32)
0x12ff340d0cd9c652c747ca35727e68c547d0f0bfa7758d2e77f75acef481b4f2
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x44098d01710f301077f9c2a41c7c6e15e8aecdcebd0469f498ee64b1c0c3faf2
name() view returns (string)
JustBet
paused() view returns (bool)
false
symbol() view returns (string)
WINR
totalSupply() view returns (uint256)
1722919230000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getNonce(address user) view returns (uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address user, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
Paused(address account)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.