ERC20TokenBank
Verified contract
Active on
Ethereum with 51 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb6c8…d0bc
Balances ($8,445.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 8.436657K | $1.001 |
$8,445.09 | |
FREE | ERC-20 | 1K | $0.00 |
$0 | |
AfroX | ERC-20 | 1M | -- | -- | |
TetherClaims.com | ERC-20 | 800 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16632379 | 2 years ago | | | 0 | 0.0033871470 | |
| 16632377 | 2 years ago | | | 0 | 0.0022324032 | |
| 16632332 | 2 years ago | | | 0 | 0.0053771078 | |
| 16115969 | 2 years ago | | | 0 | 0.0017419221 | |
| 16111875 | 2 years ago | | | 0 | 0.0010689281 | |
| 16108957 | 2 years ago | | | 0 | 0.0026336289 | |
| 15049499 | 2 years ago | | | 0 | 0.0035221323 | |
| 15049443 | 2 years ago | | | 0 | 0.0024485887 | |
| 15049417 | 2 years ago | | | 0 | 0.016167071 | |
| 13497418 | 3 years ago | | | 0 | 0.018132650 |
ABI
ABI objects
Getter at block 21176648
erc20_token_addr() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
list() view returns (address)
0xb6c835d93ffccdcb22ca2c7c1ec1822f29d3d0bc
multisig_contract() view returns (address)
0xd030fffd702b037235676af30612577a7ca201a2
token() view returns (address, string)
(0xdac17f958d2ee523a2206206994597c13d831ec7, USDT for ASResearch)
token_name() view returns (string)
USDT for ASResearch
Read-only
This contract contains no read-only function objects.
State-modifying
Events balance() returns (uint256)
claimStdTokens(uint64 id, address _token, address to)
issue(address _to, uint256 _amount) returns (bool success)
transfer(uint64 id, address to, uint256 tokens) returns (bool success)
transfer_multisig(uint64 id, address _contract)
ClaimedTokens(address indexed _token, address indexed _to, uint256 _amount)
TransferMultiSig(address _old, address _new)
issue_token(address to, uint256 amount)
withdraw_token(address to, uint256 amount)
constructor(string name, address token_contract, address _multisig, address _tlist)
This contract contains no fallback and receive objects.
This contract contains no error objects.