SignedMoveProxy
Verified contract
Active on
Ethereum with 2,892 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SignedMoveProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247753 | 5 hours ago | | | 0 | 0.0010054122 | |
| 21240420 | a day ago | | | 0 | 0.0011349406 | |
| 21237446 | 2 days ago | | | 0 | 0.0016974047 | |
| 21231003 | 3 days ago | | | 0 | 0.0016325026 | |
| 21229388 | 3 days ago | | | 0 | 0.0013530564 | |
| 21228910 | 3 days ago | | | 0 | 0.00097912945 | |
| 21223472 | 4 days ago | | | 0 | 0.0022220274 | |
| 21222649 | 4 days ago | | | 0 | 0.0022959966 | |
| 21222530 | 4 days ago | | | 0 | 0.0046282921 | |
| 21221094 | 4 days ago | | | 0 | 0.00074834439 |
ABI
ABI objects
Getter at block 21249283
AUTHORIZED_ROLE() view returns (bytes32)
0x0393b4c1b6519e8b53ae0efa1ab522060a3b9f8d86d09c8a22ca6d6eea735cf7
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x045c01f4d9894e2372943d9ef88686a261a87b7de1f3d333b281f41558ef3fcf
tokenAddress() view returns (address)
0xfc98e825a2264d890f9a1e68ed50e1526abccacd
Read-only
authorizationState(address authorizer, bytes32 nonce) view returns (bool)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
moveWithSignature(address from, address to, uint256 value, bytes32 nonce, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
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)
constructor(string name, address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.