StakeManage
Verified contract
Active on
Ethereum with 5,733 txns
Balances ($0.00)
No balances found for "StakeManage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160647 | 6 hours ago | | | 0 | 0.00077698026 | |
| 21160643 | 6 hours ago | | | 0 | 0.00067560833 | |
| 21160574 | 6 hours ago | | | 0 | 0.00079182547 | |
| 21121108 | 6 days ago | | | 0 | 0.00027232386 | |
| 21097456 | 9 days ago | | | 0 | 0.00018334312 | |
| 21097451 | 9 days ago | | | 0 | 0.00014909140 | |
| 21097449 | 9 days ago | | | 0 | 0.00017782891 | |
| 21040423 | 17 days ago | | | 0 | 0.00027671680 | |
| 21040395 | 17 days ago | | | 0 | 0.00033068929 | |
| 20814092 | 2 months ago | | | 0 | 0.0015768294 |
ABI
ABI objects
Getter at block 21162367
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
adminSigner() view returns (address)
0x465cac4d5e507d57d1f84c56a5ff94d55d3d6ad3
app() view returns (address)
0xc7e4d1dfb2ffda31f27c6047479dfa7998a07d47
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAdminSigner(address _adminSigner)
setAppContract(address _app)
setEndStake(uint256 _tokenId, uint256 _validInfo, struct CouponSetCoupon _coupon)
setEndStakeArray(uint256[] _tokenId, uint256[] _validInfo, struct CouponSetCoupon[] _coupon)
setStartStake(uint256 _tokenId)
setStartStakeArray(uint256[] _tokenId)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.