TokenList
Similar source code
Active on
Ethereum with 22 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 "TokenList"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13509720 | 3 years ago | | | 0 | 0.0060487969 | |
| 13427536 | 3 years ago | | | 0 | 0.0023077476 | |
| 13407142 | 3 years ago | | | 0 | 0.0021586639 | |
| 13407133 | 3 years ago | | | 0 | 0.0026776535 | |
| 13323565 | 3 years ago | | | 0 | 0.0020364599 | |
| 13323559 | 3 years ago | | | 0 | 0.0022695315 | |
| 13323552 | 3 years ago | | | 0 | 0.0028479138 | |
| 13207934 | 3 years ago | | | 0 | 0.0045886466 | |
| 13207925 | 3 years ago | | | 0 | 0.0055896657 | |
| 12878724 | 3 years ago | | | 0 | 0.0027609562 |
ABI
ABI objects
Getter at block 21277988
count() view returns (uint256)
11
numOfActive() view returns (uint256)
11
owner() view returns (address)
0x3ec4fb908f34ff0ed131cc48c7a626fe8f927a24
Read-only
getActiveItems(uint256 offset, uint8 limit) view returns (uint256 count_, address[] items_)
isActive(address _item) view returns (bool)
isAllowed(address _token) view returns (bool)
isExist(address _item) view returns (bool)
maxAmount(address _token) view returns (uint256 maxAmount_)
minAmount(address _token) view returns (uint256 minAmount_)
State-modifying
Events addToken(address _token, uint256 _min, uint256 _max) returns (bool success_)
addTokens(address[] _tokens, uint256[] _mins, uint256[] _maxs) returns (bool success_)
removeToken(address _token) returns (bool success_)
setMaxAmount(address _token, uint256 _maxAmount)
setMinAmount(address _token, uint256 _minAmount)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenAdded(address indexed token, uint256 minAmount, uint256 maxAmount)
TokenRemoved(address indexed token)
TokenUpdated(address indexed token, uint256 minAmount, uint256 maxAmount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.