TokenizedRegistry
Verified contract
Active on
Ethereum with 19 txns
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 "TokenizedRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8301136 | 5 years ago | | | 0 | 0.016702560 | |
| 8301061 | 5 years ago | | | 0 | 0.011472590 | |
| 8298023 | 5 years ago | | | 0 | 0.0048673300 | |
| 8284589 | 5 years ago | | | 0 | 0.0027004440 | |
| 7978239 | 5 years ago | | | 0 | 0.033856764 | |
| 7978232 | 5 years ago | | | 0 | 0.033859068 | |
| 7978219 | 5 years ago | | | 0 | 0.033869052 | |
| 7978198 | 5 years ago | | | 0 | 0.080663700 | |
| 7978165 | 5 years ago | | | 0 | 0.0074931200 | |
| 7881059 | 6 years ago | | | 0 | 0.0043668480 |
ABI
ABI objects
Getter at block 21385818 getTokenAddresses() view returns (address[])
owner() view returns (address)
0xadff3ada12ed0f8a87e31e5a04dfd2ee054e1118
Read-only
getTokenAddressByName(string _name) view returns (address)
getTokenAddressBySymbol(string _symbol) view returns (address)
getTokenAsset(address _token, uint256 _tokenType) view returns (address)
getTokenByAddress(address _token) view returns (struct (address, address, string, string, uint256, uint256))
getTokenByName(string _name) view returns (struct (address, address, string, string, uint256, uint256))
getTokenBySymbol(string _symbol) view returns (struct (address, address, string, string, uint256, uint256))
getTokens(uint256 _start, uint256 _count, uint256 _tokenType) view returns (struct (address, address, string, string, uint256, uint256)[] tokenData)
isTokenType(address _token, uint256 _tokenType) view returns (bool valid)
tokenAddresses(uint256) view returns (address)
tokens(address) view returns (address token, address asset, string name, string symbol, uint256 tokenType, uint256 index)
State-modifying
Events addToken(address _token, address _asset, string _name, string _symbol, uint256 _type)
addTokens(address[] _tokens, address[] _assets, string[] _names, string[] _symbols, uint256[] _types)
removeToken(address _token)
removeTokens(address[] _tokens)
setTokenName(address _token, string _name)
setTokenSymbol(address _token, string _symbol)
transferOwnership(address _newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.