0x01aad3c83c1b427cf1cb9db38b9eafd9728d6ee5
Unverified contract
Proxy
Active on
Base with 107 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "0x01aad3c83c1b427cf1cb9db38b9eafd9728d6ee5"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22319940 | 10 days ago | | | 0 | 1.7424378e-7 | |
| 22304729 | 10 days ago | | | 0 | 0.0000060884145 | |
| 22289441 | 10 days ago | | | 0 | 0.0000060884145 | |
| 22289439 | 10 days ago | | | 0 | 0.0000010620245 | |
| 22289438 | 10 days ago | | | 0 | 0.0000060884145 | |
| 22289437 | 10 days ago | | | 0 | 8.6540208e-7 | |
| 22289429 | 10 days ago | | | 0 | 0.0000060884145 | |
| 22289429 | 10 days ago | | | 0 | 0.0000060884145 | |
| 22289428 | 10 days ago | | | 0 | 0.0000060884145 | |
| 22289428 | 10 days ago | | | 0 | 0.0000060884145 |
ABI
ABI objects
Getter at block 22736134
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
ihsoT
owner() view returns (address)
0xbfa9fbb5e3c7bc834d98a4e70ee6bc269902546f
symbol() view returns (string)
IHSOT
totalSupply() view returns (uint256)
69000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address owner_)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed _owner, address indexed _token, uint8 _tokenType, uint256 _version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)