CouponOnboardingContract
Verified contract
Active on
Ethereum with 230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CouponOnboardingContract"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15347005 | 2 years ago | | | 0 | 0.013208073 | |
| 15266695 | 2 years ago | | | 0 | 0.010030740 | |
| 15233540 | 2 years ago | | | 0 | 0.0057380141 | |
| 15233534 | 2 years ago | | | 0 | 0.0046622546 | |
| 15233521 | 2 years ago | | | 0 | 0.0066310464 | |
| 15233509 | 2 years ago | | | 0 | 0.0072957694 | |
| 15226148 | 2 years ago | | | 0 | 0.026476859 | |
| 15224593 | 2 years ago | | | 0 | 0.0024784200 | |
| 15219533 | 2 years ago | | | 0 | 0.0053427250 | |
| 15214490 | 2 years ago | | | 0 | 0.0050290500 |
ABI
ABI objects
Getter at block 21167854
COUPON_MESSAGE_TYPE() view returns (string)
Message(address authorizedMember,uint256 amount,uint256 nonce)
COUPON_MESSAGE_TYPEHASH() view returns (bytes32)
0xcb22405128c18dbda0d6c83e4c8a44ae40bf3b8aed9dc93c075c7f66b4ba3ec5
EIP712_DOMAIN() view returns (string)
EIP712Domain(string name,string version,uint256 chainId,address verifyingContract,address actionId)
EIP712_DOMAIN_TYPEHASH() view returns (bytes32)
0x37effc7d04c2f8db4fde1d9baec552ff362f5ed6ee8566656d9d84c82a0c8652
Read-only
domainSeparator(address dao, uint256 chainId, address actionId) pure returns (bytes32)
getFlag(uint256 flags, uint256 flag) pure returns (bool)
hashCouponMessage(address dao, struct CouponOnboardingContractCoupon coupon) view returns (bytes32)
hashMessage(address dao, uint256 chainId, address actionId, bytes32 message) pure returns (bytes32)
isNotReservedAddress(address addr) pure returns (bool)
isNotZeroAddress(address addr) pure returns (bool)
recover(bytes32 hash, bytes sig) pure returns (address)
setFlag(uint256 flags, uint256 flag, bool value) pure returns (uint256)
State-modifying
Events configureDao(address dao, address signerAddress, address tokenAddrToMint)
redeemCoupon(address dao, address authorizedMember, uint256 amount, uint256 nonce, bytes signature)
CouponRedeemed(address daoAddress, uint256 nonce, address authorizedMember, uint256 amount)
constructor(uint256 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.