OriginToken
Verified contract
Active on
Base with 1,826 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 |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.009866 |
$0.1 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752498 | 21 minutes ago | | | 0 | 0.0000052008914 | |
| 22752226 | 30 minutes ago | | | 0 | 6.1056963e-7 | |
| 22745307 | 4 hours ago | | | 0 | 3.4691250e-7 | |
| 22731672 | 12 hours ago | | | 0 | 1.3094056e-7 | |
| 22712922 | a day ago | | | 0 | 6.2659683e-7 | |
| 22708954 | a day ago | | | 0 | 6.3033375e-7 | |
| 22705420 | a day ago | | | 0 | 6.5037684e-7 | |
| 22701211 | a day ago | | | 0 | 6.1059240e-7 | |
| 22700202 | a day ago | | | 0 | 6.2643436e-7 | |
| 22698821 | a day ago | | | 0 | 6.2196893e-7 |
ABI
ABI objects
Getter at block 22753127
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x8207c1ffc5b6804f6024322ccf34f29c3541ae26
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x8207c1ffc5b6804f6024322ccf34f29c3541ae26
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
OriginToken
remoteToken() view returns (address)
0x8207c1ffc5b6804f6024322ccf34f29c3541ae26
symbol() view returns (string)
OGN
totalSupply() view returns (uint256)
103326930832486146650575167
version() view returns (string)
1.3.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.