Gravity
Verified contract
Active on
Ethereum with 56,897 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USK | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000,000T | $0.967705 |
$112,052,583,715,397,070,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 | |
KUJI | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000,000T | $0.531368 |
$61,528,210,873,854,230,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 | |
NYM | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000,000T | $0.098783 |
$11,438,289,951,129,805,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 | |
$NTMPI | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000,000T | $0.054449 |
$6,304,763,466,882,629,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 | |
MNTL | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000,000T | $0.00282 |
$326,498,954,022,460,500,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 | |
FUND | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000T | $0.070566 |
$8,170,984,569,120,456,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 | |
CHEQ | ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000T | $0.042359 |
$4,904,839,423,845,261,400,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 | |
USDC | ERC-20 | 6.968467M | $1.001 |
$6,975,435.38 | |
WETH | ERC-20 | 477.977174 | $3,313.66 |
$1,583,853.84 | |
PSTAKE | ERC-20 | 19.951777M | $0.049288 |
$983,383.97 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244123 | 2 hours ago | | | 0 | 0.0011043645 | |
| 21243971 | 2 hours ago | | | 0 | 0.0010308844 | |
| 21243946 | 2 hours ago | | | 0 | 0.0010532238 | |
| 21243451 | 4 hours ago | | | 0 | 0.0010298155 | |
| 21242915 | 6 hours ago | | | 0 | 0.00061482642 | |
| 21242738 | 6 hours ago | | | 0 | 0.00078637619 | |
| 21241751 | 10 hours ago | | | 0 | 0.0011982684 | |
| 21241638 | 10 hours ago | | | 0 | 0.0024040805 | |
| 21241311 | 11 hours ago | | | 0 | 0.0032621160 | |
| 21240852 | 13 hours ago | | | 0 | 0.019353779 |
ABI
ABI objects
Getter at block 21244601
state_gravityId() view returns (bytes32)
0x677261766974792d6272696467652d6d61696e6e657400000000000000000000
state_lastEventNonce() view returns (uint256)
56126
state_lastValsetCheckpoint() view returns (bytes32)
0xb2981f34912cba1cd3456f091c3de44d0399ee955b0cb974e0febc2caed4e0fa
state_lastValsetNonce() view returns (uint256)
1887
Read-only
lastBatchNonce(address _erc20Address) view returns (uint256)
lastLogicCallNonce(bytes32 _invalidation_id) view returns (uint256)
state_invalidationMapping(bytes32) view returns (uint256)
state_lastBatchNonces(address) view returns (uint256)
testCheckValidatorSignatures(struct ValsetArgs _currentValset, struct Signature[] _sigs, bytes32 _theHash, uint256 _powerThreshold) pure
testMakeCheckpoint(struct ValsetArgs _valsetArgs, bytes32 _gravityId) pure
State-modifying
Events deployERC20(string _cosmosDenom, string _name, string _symbol, uint8 _decimals)
sendToCosmos(address _tokenContract, string _destination, uint256 _amount)
submitBatch(struct ValsetArgs _currentValset, struct Signature[] _sigs, uint256[] _amounts, address[] _destinations, uint256[] _fees, uint256 _batchNonce, address _tokenContract, uint256 _batchTimeout)
submitLogicCall(struct ValsetArgs _currentValset, struct Signature[] _sigs, struct LogicCallArgs _args)
updateValset(struct ValsetArgs _newValset, struct ValsetArgs _currentValset, struct Signature[] _sigs)
ERC20DeployedEvent(string _cosmosDenom, address indexed _tokenContract, string _name, string _symbol, uint8 _decimals, uint256 _eventNonce)
LogicCallEvent(bytes32 _invalidationId, uint256 _invalidationNonce, bytes _returnData, uint256 _eventNonce)
SendToCosmosEvent(address indexed _tokenContract, address indexed _sender, string _destination, uint256 _amount, uint256 _eventNonce)
TransactionBatchExecutedEvent(uint256 indexed _batchNonce, address indexed _token, uint256 _eventNonce)
ValsetUpdatedEvent(uint256 indexed _newValsetNonce, uint256 _eventNonce, uint256 _rewardAmount, address _rewardToken, address[] _validators, uint256[] _powers)
constructor(bytes32 _gravityId, address[] _validators, uint256[] _powers)
This contract contains no fallback and receive objects.
BatchTimedOut()
IncorrectCheckpoint()
InsufficientPower(uint256 cumulativePower, uint256 powerThreshold)
InvalidBatchNonce(uint256 newNonce, uint256 currentNonce)
InvalidLogicCallFees()
InvalidLogicCallNonce(uint256 newNonce, uint256 currentNonce)
InvalidLogicCallTransfers()
InvalidSendToCosmos()
InvalidSignature()
InvalidValsetNonce(uint256 newNonce, uint256 currentNonce)
LogicCallTimedOut()
MalformedBatch()
MalformedCurrentValidatorSet()
MalformedNewValidatorSet()