Continuum
Verified contract
Active on
Ethereum with 1,924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UM | ERC-20 | 100 | $0.000366 |
$0.04 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20899117 | 2 months ago | | | 0 | 0.00025899793 | |
| 20639884 | 3 months ago | | | 0 | 0.00014693693 | |
| 20617514 | 3 months ago | | | 0 | 0.000042420303 | |
| 20596270 | 3 months ago | | | 0 | 0.000044549086 | |
| 20593704 | 3 months ago | | | 0 | 0.00013869522 | |
| 19937530 | 6 months ago | | | 0 | 0.00030823454 | |
| 19930136 | 6 months ago | | | 0 | 0.00010570462 | |
| 19629496 | 8 months ago | | | 0 | 0.00059538945 | |
| 19552090 | 8 months ago | | | 0 | 0.00060756869 | |
| 19546330 | 8 months ago | | | 0 | 0.00076343670 |
ABI
ABI objects
Getter at block 21318389
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PREDICATE_ROLE() view returns (bytes32)
0x12ff340d0cd9c652c747ca35727e68c547d0f0bfa7758d2e77f75acef481b4f2
decimals() view returns (uint8)
18
getChainId() pure returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x17cf5b003c634d5664c0a85cd2364b6a76864e22dc6741f6d1b2ae75841d0705
name() view returns (string)
Continuum
symbol() view returns (string)
UM
totalSupply() view returns (uint256)
183237878441459700673687357
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)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) 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)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.