NiftyForwarder
Verified contract
Active on
Ethereum with 1,471 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NiftyForwarder"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17317114 | a year ago | | | 0 | 0.0054931500 | |
| 17316441 | a year ago | | | 0 | 0.011765264 | |
| 17315395 | a year ago | | | 0 | 0.0060207211 | |
| 17314205 | a year ago | | | 0 | 0.0035652678 | |
| 17313978 | a year ago | | | 0 | 0.0039973972 | |
| 17312334 | a year ago | | | 0 | 0.028653744 | |
| 17310406 | a year ago | | | 0 | 0.0045793227 | |
| 17309887 | a year ago | | | 0 | 0.0054350517 | |
| 17304241 | a year ago | | | 0 | 0.0047920505 | |
| 17295158 | 2 years ago | | | 0 | 0.0059876850 |
ABI
ABI objects
Getter at block 21225686
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER() view returns (bytes32)
0x2aeb38be3df14d720aeb10a2de6df09b0fb3cd5c5ec256283a22d4593110ca40
getContractHash() view returns (bytes32)
0x4d8384e6c54e7aa95e663c00b38571e730d953ada330e838077ce51724239464
paused() view returns (bool)
false
Read-only
_nonces(bytes32) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
hashForwardRequest(struct NiftyForwarderForwardRequest req) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events batchRoleGrant(address[] users, bytes32[] roles)
execute(struct NiftyForwarderForwardRequest req, bytes signature) payable returns (bool, bytes)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unpause()
CallSuccess(bool success, bytes data)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
FailedExecution()
InvalidArray()
InvalidNonce()
InvalidSignature()