Gravity
Verified contract
Active on
Ethereum with 4,079 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Gravity"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21061041 | 15 days ago | | | 0 | 0.00066692035 | |
| 21056000 | 15 days ago | | | 0 | 0.00055130911 | |
| 21053546 | 16 days ago | | | 0 | 0.00035551915 | |
| 21052794 | 16 days ago | | | 0 | 0.00027096180 | |
| 21052773 | 16 days ago | | | 0 | 0.00039893632 | |
| 21049648 | 16 days ago | | | 0 | 0.00090343278 | |
| 21048999 | 16 days ago | | | 0 | 0.00048120177 | |
| 21044544 | 17 days ago | | | 0 | 0.00058371851 | |
| 21043819 | 17 days ago | | | 0 | 0.00085484531 | |
| 21043578 | 17 days ago | | | 0 | 0.0011058394 |
ABI
ABI objects
Getter at block 21167013
cudosAccessControls() view returns (address)
0xefb546ec7babc97af3791033cc3ca1cc1f680993
paused() view returns (bool)
true
state_gravityId() view returns (bytes32)
0x3532373639356333386438396530313633623831323931313735373566613600
state_lastEventNonce() view returns (uint256)
4027
state_lastValsetCheckpoint() view returns (bytes32)
0x721dc91bf76721565c8d05cb939c87af1360b04f361fd3339c74699bf5d67d23
state_lastValsetNonce() view returns (uint256)
13
state_powerThreshold() view returns (uint256)
2834678415
Read-only
lastBatchNonce(address _erc20Address) view returns (uint256)
state_invalidationMapping(bytes32) view returns (uint256)
state_lastBatchNonces(address) view returns (uint256)
supportedToCosmosTokens(address) view returns (bool)
State-modifying
Events addToCosmosToken(address _cosmosToken)
deployERC20(string _cosmosDenom, string _name, string _symbol, uint8 _decimals)
pause()
removeToCosmosToken(address _cosmosToken)
sendToCosmos(address _tokenContract, bytes32 _destination, uint256 _amount)
submitBatch(struct ValsetArgs _currentValset, uint8[] _v, bytes32[] _r, bytes32[] _s, uint256[] _amounts, address[] _destinations, uint256[] _fees, uint256 _batchNonce, address _tokenContract, uint256 _batchTimeout)
unpause()
updateValset(struct ValsetArgs _newValset, struct ValsetArgs _currentValset, uint8[] _v, bytes32[] _r, bytes32[] _s)
withdrawERC20(address _tokenAddress)
ERC20DeployedEvent(string _cosmosDenom, address indexed _tokenContract, string _name, string _symbol, uint8 _decimals, uint256 _eventNonce)
Paused(address account)
SendToCosmosEvent(address indexed _tokenContract, address indexed _sender, bytes32 indexed _destination, uint256 _amount, uint256 _eventNonce)
TransactionBatchExecutedEvent(uint256 indexed _batchNonce, address indexed _token, uint256 _eventNonce)
Unpaused(address account)
ValsetUpdatedEvent(uint256 indexed _newValsetNonce, uint256 _eventNonce, uint256 _rewardAmount, address _rewardToken, address[] _validators, uint256[] _powers)
constructor(bytes32 _gravityId, uint256 _powerThreshold, address[] _validators, uint256[] _powers, address _cudosAccessControls, address _mainToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.