AM1OpenSTValue
Verified contract
Active on
Ethereum with 168 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c4e…aeca
Balances ($0.00)
No balances found for "AM1OpenSTValue"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7309198 | 6 years ago | | | 0 | 0.00012579600 | |
| 7309198 | 6 years ago | | | 0 | 0.00014829600 | |
| 7309178 | 6 years ago | | | 0 | 0.00061073100 | |
| 7309178 | 6 years ago | | | 0 | 0.00065736300 | |
| 7308131 | 6 years ago | | | 0 | 0.00012579600 | |
| 7308113 | 6 years ago | | | 0 | 0.00065717100 | |
| 7253679 | 6 years ago | | | 0 | 0.00025159200 | |
| 7253679 | 6 years ago | | | 0 | 0.00029659200 | |
| 7253637 | 6 years ago | | | 0 | 0.0012214620 | |
| 7253637 | 6 years ago | | | 0 | 0.0013147260 |
ABI
ABI objects
Getter at block 21303775
DECIMALSFACTOR() view returns (uint256)
1000000000000000000
TOKEN_DECIMALS() view returns (uint8)
18
adminAddress() view returns (address)
0xf51a46b86127197240ee39b2ab5c54f4d3dc4886
blocksToWaitLong() pure returns (uint256)
120960
blocksToWaitShort() pure returns (uint256)
17280
chainIdValue() view returns (uint256)
1
deactivated() view returns (bool)
false
getUuidsSize() view returns (uint256)
25
opsAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8dbf336ca3271744b196a732a255016735e0527c
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
registrar() view returns (address)
0xd184c79481774a4c2ea2dad4d14f9c6396e17c65
valueToken() view returns (address)
0x2c4e8f2d746113d0696ce89b35f0d8bf88e0aeca
Read-only
core(uint256 _chainIdUtility) view returns (address)
getNextNonce(address _account) view returns (uint256)
hashRedemptionIntent(bytes32 _uuid, address _account, uint256 _accountNonce, address _beneficiary, uint256 _amountUT, uint256 _escrowUnlockHeight) pure returns (bytes32)
hashStakingIntent(bytes32 _uuid, address _account, uint256 _accountNonce, address _beneficiary, uint256 _amountST, uint256 _amountUT, uint256 _escrowUnlockHeight) pure returns (bytes32)
hashUuid(string _symbol, string _name, uint256 _chainIdValue, uint256 _chainIdUtility, address _openSTUtility, uint256 _conversionRate, uint8 _conversionRateDecimals) pure returns (bytes32)
stakes(bytes32) view returns (bytes32 uuid, address staker, address beneficiary, uint256 nonce, uint256 amountST, uint256 amountUT, uint256 unlockHeight)
unstakes(bytes32) view returns (bytes32 uuid, address redeemer, address beneficiary, uint256 amountST, uint256 amountUT, uint256 expirationHeight)
utilityTokens(bytes32) view returns (string symbol, string name, uint256 conversionRate, uint8 conversionRateDecimals, uint8 decimals, uint256 chainIdUtility, address simpleStake, address stakingAccount)
uuids(uint256) view returns (bytes32)
State-modifying
Events addCore(address _core) returns (bool)
completeOwnershipTransfer() returns (bool)
confirmRedemptionIntent(bytes32 _uuid, address _redeemer, uint256 _redeemerNonce, address _beneficiary, uint256 _amountUT, uint256 _redemptionUnlockHeight, bytes32 _redemptionIntentHash) returns (uint256 amountST, uint256 expirationHeight)
deactivate() returns (bool result)
initiateOwnershipTransfer(address _proposedOwner) returns (bool)
initiateProtocolTransfer(address _simpleStake, address _proposedProtocol) returns (bool)
processStaking(bytes32 _stakingIntentHash) returns (address stakeAddress)
processUnstaking(bytes32 _redemptionIntentHash) returns (address stakeAddress)
registerUtilityToken(string _symbol, string _name, uint256 _conversionRate, uint8 _conversionRateDecimals, uint256 _chainIdUtility, address _stakingAccount, bytes32 _checkUuid) returns (bytes32 uuid)
revertStaking(bytes32 _stakingIntentHash) returns (bytes32 uuid, uint256 amountST, address staker)
revertUnstaking(bytes32 _redemptionIntentHash) returns (bytes32 uuid, address redeemer, address beneficiary, uint256 amountST)
revokeProtocolTransfer(address _simpleStake) returns (bool)
setAdminAddress(address _adminAddress) returns (bool)
setOpsAddress(address _opsAddress) returns (bool)
stake(bytes32 _uuid, uint256 _amountST, address _beneficiary) returns (uint256 amountUT, uint256 nonce, uint256 unlockHeight, bytes32 stakingIntentHash)
AdminAddressChanged(address indexed _newAddress)
OpsAddressChanged(address indexed _newAddress)
OwnershipTransferCompleted(address indexed _newOwner)
OwnershipTransferInitiated(address indexed _proposedOwner)
ProcessedStake(bytes32 indexed _uuid, bytes32 indexed _stakingIntentHash, address _stake, address _staker, uint256 _amountST, uint256 _amountUT)
ProcessedUnstake(bytes32 indexed _uuid, bytes32 indexed _redemptionIntentHash, address stake, address _redeemer, address _beneficiary, uint256 _amountST)
RedemptionIntentConfirmed(bytes32 indexed _uuid, bytes32 _redemptionIntentHash, address _redeemer, address _beneficiary, uint256 _amountST, uint256 _amountUT, uint256 _expirationHeight)
RevertedStake(bytes32 indexed _uuid, bytes32 indexed _stakingIntentHash, address _staker, uint256 _amountST, uint256 _amountUT)
RevertedUnstake(bytes32 indexed _uuid, bytes32 indexed _redemptionIntentHash, address _redeemer, address _beneficiary, uint256 _amountST)
StakingIntentDeclared(bytes32 indexed _uuid, address indexed _staker, uint256 _stakerNonce, address _beneficiary, uint256 _amountST, uint256 _amountUT, uint256 _unlockHeight, bytes32 _stakingIntentHash, uint256 _chainIdUtility)
UtilityTokenRegistered(bytes32 indexed _uuid, address indexed stake, string _symbol, string _name, uint8 _decimals, uint256 _conversionRate, uint8 _conversionRateDecimals, uint256 _chainIdUtility, address indexed _stakingAccount)
constructor(uint256 _chainIdValue, address _eip20token, address _registrar)
This contract contains no fallback and receive objects.
This contract contains no error objects.