Transaction Hash:
Block:
22606489 at Jun-01-2025 01:10:23 AM +UTC
Transaction Fee:
0.000040055549246495 ETH
$0.12
Gas Used:
43,867 Gas / 0.913113485 Gwei
Emitted Events:
369 |
ERC1967Proxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000d2c811d48b4cbccf8afe1428fbade11beffb269e, 0x0000000000000000000000004f5fd3d76997299539e716fb53c8101f3f93f928, 0000000000000000000000000000000000000000000000ebc94ed73dad73f7e9 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x10dea674...60c54d800 | |||||
0xd2C811d4...BefFB269E | (Upbit Dep: 0xd2C811d48B4cBCcF8AfE1428FBaDE11BefFB269E) |
9.224261047268510905 Eth
Nonce: 16470
|
9.22422099171926441 Eth
Nonce: 16471
| 0.000040055549246495 | |
0xE94f1fa4...BC086CA0c
Miner
| (Fee Recipient: 0xE94...A0c) | 2,632.836331872316132565 Eth | 2,632.836343098712449013 Eth | 0.000011226396316448 |
Execution Trace
ERC1967Proxy.a9059cbb( )

-
TaikoToken.transfer( to=0x4F5fD3d76997299539E716FB53c8101F3F93f928, amount=4349490625431454611433 ) => ( True )
File 1 of 2: ERC1967Proxy
File 2 of 2: TaikoToken
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.7.0) (proxy/ERC1967/ERC1967Proxy.sol)pragma solidity ^0.8.0;import "../Proxy.sol";import "./ERC1967Upgrade.sol";/*** @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an* implementation address that can be changed. This address is stored in storage in the location specified by* https://eips.ethereum.org/EIPS/eip-1967[EIP1967], so that it doesn't conflict with the storage layout of the* implementation behind the proxy.*/contract ERC1967Proxy is Proxy, ERC1967Upgrade {/*** @dev Initializes the upgradeable proxy with an initial implementation specified by `_logic`.** If `_data` is nonempty, it's used as data in a delegate call to `_logic`. This will typically be an encoded
File 2 of 2: TaikoToken
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.24;import "src/shared/token/TaikoTokenBase.sol";/// @title TaikoToken/// @notice The TaikoToken (TKO), in the protocol is used for prover collateral/// in the form of bonds. It is an ERC20 token with 18 decimal places of precision./// @dev Labeled in address resolver as "taiko_token"/// @dev On Ethereum, this contract is deployed behind a proxy at/// 0x10dea67478c5F8C5E2D90e5E9B26dBe60c54d800 (token.taiko.eth)/// @custom:security-contact security@taiko.xyzcontract TaikoToken is TaikoTokenBase {// treasury.taiko.ethaddress public constant TAIKO_FOUNDATION_TREASURY = 0x363e846B91AF677Fb82f709b6c35BD1AaFc6B3Da;// daocontroller.taiko.ethaddress public constant TAIKO_DAO_CONTROLLER = 0xfC3C4ca95a8C4e5a587373f1718CD91301d6b2D3;// v20.based.taiko.eth