Transaction Hash:
Block:
22586842 at May-29-2025 07:12:47 AM +UTC
Transaction Fee:
0.000277974484079232 ETH
$1.01
Gas Used:
98,929 Gas / 2.809838208 Gwei
Emitted Events:
189 |
EventsHistory.0x940c4b3549ef0aaff95807dc27f62d88ca15532d1bf535d7d63800f40395d16c( 0x940c4b3549ef0aaff95807dc27f62d88ca15532d1bf535d7d63800f40395d16c, 0x000000000000000000000000982505dee4bbc26372c19dcca0048c5d58e310bc, 0x000000000000000000000000066cacc922b849d39521c9326a9f0bb002ba2ca0, 0x554e420000000000000000000000000000000000000000000000000000000000, 000000000000000000000000000000000000000000000000000000003b9aca00, 0000000000000000000000000000000000000000000000000000000000000060, 0000000000000000000000000000000000000000000000000000000000000002, 0000000000000000000000000000000000000000000000000000000000000000 )
|
190 |
UniBrightToken.Transfer( from=[Sender] 0x982505dee4bbc26372c19dcca0048c5d58e310bc, to=0x066cacc922B849d39521C9326A9F0bB002Ba2ca0, value=1000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x331d0775...84c411F84 | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 11.147843089323765122 Eth | 11.14790467452787836 Eth | 0.000061585204113238 | |
0x982505de...D58e310BC |
0.004394467152070896 Eth
Nonce: 402
|
0.004116492667991664 Eth
Nonce: 403
| 0.000277974484079232 |
Execution Trace
UniBrightToken.transfer( _to=0x066cacc922B849d39521C9326A9F0bB002Ba2ca0, _value=1000000000 ) => ( True )

AssetWithWhitelist._performTransferWithReference( _to=0x066cacc922B849d39521C9326A9F0bB002Ba2ca0, _value=1000000000, _reference=, _sender=0x982505deE4BBC26372C19DCCA0048c5D58e310BC ) => ( True )
UniBrightToken._forwardTransferFromWithReference( _from=0x982505deE4BBC26372C19DCCA0048c5D58e310BC, _to=0x066cacc922B849d39521C9326A9F0bB002Ba2ca0, _value=1000000000, _reference=, _sender=0x982505deE4BBC26372C19DCCA0048c5D58e310BC ) => ( True )
EToken2.proxyTransferFromWithReference( _from=0x982505deE4BBC26372C19DCCA0048c5D58e310BC, _to=0x066cacc922B849d39521C9326A9F0bB002Ba2ca0, _value=1000000000, _symbol=554E420000000000000000000000000000000000000000000000000000000000, _reference=, _sender=0x982505deE4BBC26372C19DCCA0048c5D58e310BC ) => ( True )
EventsHistory.515c1457( )
0xa7f00a55324c13a880f60dee8a4a5447099e5e44.515c1457( )
-
EToken2.proxies( 554E420000000000000000000000000000000000000000000000000000000000 ) => ( 0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e )
-
0x987b842235b0e73a80948296837de09f8eab1765.50695a02( )
-
EventsHistory.versions( 0x331d077518216c07C87f4f18bA64cd384c411F84 ) => ( 2 )
-
-
UniBrightToken.emitTransfer( _from=0x982505deE4BBC26372C19DCCA0048c5D58e310BC, _to=0x066cacc922B849d39521C9326A9F0bB002Ba2ca0, _value=1000000000 )
transfer[ERC20Interface (ln:45)]
File 1 of 4: UniBrightToken
File 2 of 4: EventsHistory
File 3 of 4: AssetWithWhitelist
File 4 of 4: EToken2
12345678910111213141516pragma solidity 0.4.15;contract RegistryICAPInterface {function parse(bytes32 _icap) constant returns(address, bytes32, bool);function institutions(bytes32 _institution) constant returns(address);}contract EToken2Interface {function registryICAP() constant returns(RegistryICAPInterface);function baseUnit(bytes32 _symbol) constant returns(uint8);function description(bytes32 _symbol) constant returns(string);function owner(bytes32 _symbol) constant returns(address);function isOwner(address _owner, bytes32 _symbol) constant returns(bool);function totalSupply(bytes32 _symbol) constant returns(uint);function balanceOf(address _holder, bytes32 _symbol) constant returns(uint);function isLocked(bytes32 _symbol) constant returns(bool);
File 2 of 4: EventsHistory
12345678910111213141516// This software is a subject to Ambisafe License Agreement.// No use or distribution is allowed without written permission from Ambisafe.// https://ambisafe.com/terms.pdfcontract Ambi {function getNodeAddress(bytes32 _nodeName) constant returns(address);function hasRelation(bytes32 _nodeName, bytes32 _relation, address _to) constant returns(bool);function addNode(bytes32 _nodeName, address _nodeAddress) constant returns(bool);}contract AmbiEnabled {Ambi public ambiC;bool public isImmortal;bytes32 public name;modifier checkAccess(bytes32 _role) {
File 3 of 4: AssetWithWhitelist
12345678910111213141516// This software is a subject to Ambisafe License Agreement.// No use or distribution is allowed without written permission from Ambisafe.// https://www.ambisafe.co/terms-of-use/pragma solidity 0.4.15;contract Ambi2 {function claimFor(address _address, address _owner) returns(bool);function hasRole(address _from, bytes32 _role, address _to) constant returns(bool);function isOwner(address _node, address _owner) constant returns(bool);}contract Ambi2Enabled {Ambi2 ambi2;modifier onlyRole(bytes32 _role) {
File 4 of 4: EToken2
12345678910111213141516// This software is a subject to Ambisafe License Agreement.// No use or distribution is allowed without written permission from Ambisafe.// https://ambisafe.com/terms.pdfpragma solidity 0.4.8;contract Ambi2 {function claimFor(address _address, address _owner) returns(bool);function hasRole(address _from, bytes32 _role, address _to) constant returns(bool);function isOwner(address _node, address _owner) constant returns(bool);}contract Ambi2Enabled {Ambi2 ambi2;modifier onlyRole(bytes32 _role) {