ETH Price: $2,758.29 (+8.45%)

Transaction Decoder

Block:
22511700 at May-18-2025 06:36:47 PM +UTC
Transaction Fee:
0.000632312992891917 ETH $1.74
Gas Used:
170,193 Gas / 3.715270269 Gwei

Emitted Events:

172 ValidatorShareProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x000000000000000000000000612e632ec6cfe2acc791dc44378bc6653f4af908, 0000000000000000000000000000000000000000000000013050d50968f0d6a4 )
173 StakingInfo.ShareMinted( validatorId=118, user=[Sender] 0x612e632ec6cfe2acc791dc44378bc6653f4af908, amount=21928260822058981028, tokens=21928260822058981028 )
174 StakingInfo.StakeUpdate( validatorId=118, nonce=1716, newAmount=1392970868334892009592445 )
175 StakingInfo.DelegatorRestaked( validatorId=118, user=[Sender] 0x612e632ec6cfe2acc791dc44378bc6653f4af908, totalStaked=542008260822058981028 )

Account State Difference:

  Address   Before After State Difference Code
0x3EDBF7E0...409364269
0x5e3Ef299...e8c13D908
(Polygon (Matic): PoS Staking Contract)
0x612e632e...53F4Af908
0.0135564382306302 Eth
Nonce: 21
0.012924125237738283 Eth
Nonce: 22
0.000632312992891917
(beaverbuild)
13.317014107590034032 Eth13.317439590090034032 Eth0.0004254825
0xa59C847B...A71A7512B
(Polygon (Matic): Staking Info)

Execution Trace

ValidatorShareProxy.CALL( )
  • Registry.STATICCALL( )
  • ValidatorShare.DELEGATECALL( )
    • StakeManagerProxy.7ed4b27c( )
    • StakeManagerProxy.7f4b4323( )
      • StakeManager.delegatedAmount( validatorId=118 ) => ( 1390398940074069950611417 )
      • StakeManagerProxy.9ff11500( )
      • StakingInfo.logShareMinted( validatorId=118, user=0x612e632eC6cFE2AcC791dC44378bC6653F4Af908, amount=21928260822058981028, tokens=21928260822058981028 )
        • Registry.STATICCALL( )
        • StakeManagerProxy.35aa2e44( )
          • StakeManager.validators( 118 ) => ( amount=2550000000000000000000, reward=184832745523625350140, activationEpoch=11448, deactivationEpoch=0, jailTime=0, signer=0x5fFD4EFfD8E476C72FddC75BcD31f421001F9Ce6, contractAddress=0x3EDBF7E027D280BCd8126a87f382941409364269, status=1, commissionRate=5, lastCommissionUpdate=77170, delegatorsReward=1, delegatedAmount=1390420868334892009592445, initialRewardPerStake=3164543223339855365969404 )
          • StakingInfo.logStakeUpdate( validatorId=118 )
            • Registry.STATICCALL( )
            • StakeManagerProxy.35aa2e44( )
              • StakeManager.validators( 118 ) => ( amount=2550000000000000000000, reward=184832745523625350140, activationEpoch=11448, deactivationEpoch=0, jailTime=0, signer=0x5fFD4EFfD8E476C72FddC75BcD31f421001F9Ce6, contractAddress=0x3EDBF7E027D280BCd8126a87f382941409364269, status=1, commissionRate=5, lastCommissionUpdate=77170, delegatorsReward=1, delegatedAmount=1390420868334892009592445, initialRewardPerStake=3164543223339855365969404 )
              • Registry.STATICCALL( )
              • StakeManagerProxy.35aa2e44( )
                • StakeManager.validators( 118 ) => ( amount=2550000000000000000000, reward=184832745523625350140, activationEpoch=11448, deactivationEpoch=0, jailTime=0, signer=0x5fFD4EFfD8E476C72FddC75BcD31f421001F9Ce6, contractAddress=0x3EDBF7E027D280BCd8126a87f382941409364269, status=1, commissionRate=5, lastCommissionUpdate=77170, delegatorsReward=1, delegatedAmount=1390420868334892009592445, initialRewardPerStake=3164543223339855365969404 )
                • ValidatorShareProxy.STATICCALL( )
                  • Registry.STATICCALL( )
                  • ValidatorShare.DELEGATECALL( )
                  • StakeManagerProxy.7f4b4323( )
                    • StakeManager.delegatedAmount( validatorId=118 ) => ( 1390420868334892009592445 )
                    • StakingInfo.logDelegatorRestaked( validatorId=118, user=0x612e632eC6cFE2AcC791dC44378bC6653F4Af908, totalStaked=542008260822058981028 )
                      • Registry.STATICCALL( )
                      • StakeManagerProxy.35aa2e44( )
                        • StakeManager.validators( 118 ) => ( amount=2550000000000000000000, reward=184832745523625350140, activationEpoch=11448, deactivationEpoch=0, jailTime=0, signer=0x5fFD4EFfD8E476C72FddC75BcD31f421001F9Ce6, contractAddress=0x3EDBF7E027D280BCd8126a87f382941409364269, status=1, commissionRate=5, lastCommissionUpdate=77170, delegatorsReward=1, delegatedAmount=1390420868334892009592445, initialRewardPerStake=3164543223339855365969404 )
                          File 1 of 6: ValidatorShareProxy
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          // File: openzeppelin-solidity/contracts/ownership/Ownable.sol
                          pragma solidity ^0.5.2;
                          /**
                          * @title Ownable
                          * @dev The Ownable contract has an owner address, and provides basic authorization control
                          * functions, this simplifies the implementation of "user permissions".
                          */
                          contract Ownable {
                          address private _owner;
                          event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
                          /**
                          * @dev The Ownable constructor sets the original `owner` of the contract to the sender
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 2 of 6: StakingInfo
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          // File: contracts/common/governance/IGovernance.sol
                          pragma solidity ^0.5.2;
                          interface IGovernance {
                          function update(address target, bytes calldata data) external;
                          }
                          // File: contracts/common/governance/Governable.sol
                          pragma solidity ^0.5.2;
                          contract Governable {
                          IGovernance public governance;
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 3 of 6: Registry
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          /**
                          Matic network contracts
                          */
                          pragma solidity ^0.5.2;
                          interface IGovernance {
                          function update(address target, bytes calldata data) external;
                          }
                          contract Governable {
                          IGovernance public governance;
                          constructor(address _governance) public {
                          governance = IGovernance(_governance);
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 4 of 6: ValidatorShare
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          pragma solidity 0.5.17;
                          import {Registry} from "../../common/Registry.sol";
                          import {ERC20NonTradable} from "../../common/tokens/ERC20NonTradable.sol";
                          import {ERC20} from "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol";
                          import {StakingInfo} from "./../StakingInfo.sol";
                          import {EventsHub} from "./../EventsHub.sol";
                          import {OwnableLockable} from "../../common/mixin/OwnableLockable.sol";
                          import {IStakeManager} from "../stakeManager/IStakeManager.sol";
                          import {IValidatorShare} from "./IValidatorShare.sol";
                          import {Initializable} from "../../common/mixin/Initializable.sol";
                          import {IERC20Permit} from "./../../common/misc/IERC20Permit.sol";
                          contract ValidatorShare is IValidatorShare, ERC20NonTradable, OwnableLockable, Initializable {
                          struct DelegatorUnbond {
                          uint256 shares;
                          uint256 withdrawEpoch;
                          }
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 5 of 6: StakeManagerProxy
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          // File: openzeppelin-solidity/contracts/ownership/Ownable.sol
                          pragma solidity ^0.5.2;
                          /**
                          * @title Ownable
                          * @dev The Ownable contract has an owner address, and provides basic authorization control
                          * functions, this simplifies the implementation of "user permissions".
                          */
                          contract Ownable {
                          address private _owner;
                          event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
                          /**
                          * @dev The Ownable constructor sets the original `owner` of the contract to the sender
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 6 of 6: StakeManager
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          pragma solidity 0.5.17;
                          import {IERC20} from "openzeppelin-solidity/contracts/token/ERC20/IERC20.sol";
                          import {Math} from "openzeppelin-solidity/contracts/math/Math.sol";
                          import {SafeMath} from "openzeppelin-solidity/contracts/math/SafeMath.sol";
                          import {ECVerify} from "../../common/lib/ECVerify.sol";
                          import {Merkle} from "../../common/lib/Merkle.sol";
                          import {GovernanceLockable} from "../../common/mixin/GovernanceLockable.sol";
                          import {DelegateProxyForwarder} from "../../common/misc/DelegateProxyForwarder.sol";
                          import {Registry} from "../../common/Registry.sol";
                          import {IStakeManager} from "./IStakeManager.sol";
                          import {IValidatorShare} from "../validatorShare/IValidatorShare.sol";
                          import {ValidatorShare} from "../validatorShare/ValidatorShare.sol";
                          import {StakingInfo} from "../StakingInfo.sol";
                          import {StakingNFT} from "./StakingNFT.sol";
                          import {ValidatorShareFactory} from "../validatorShare/ValidatorShareFactory.sol";
                          import {StakeManagerStorage} from "./StakeManagerStorage.sol";
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX