Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Test"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2662707 | a year ago | | | 0 | 0.0000046200059 | |
| 2662473 | a year ago | | | 0 | 0.0000046200256 | |
| 2662420 | a year ago | | | 0 | 0.0000046200416 | |
| 2662309 | a year ago | | | 0 | 0.0000046201169 | |
| 2662113 | a year ago | | | 0 | 0.0000046200057 | |
| 2661892 | a year ago | | | 0 | 0.0000046200057 | |
| 2659606 | a year ago | | | 0 | 0.0000046649978 | |
| 2659087 | a year ago | | | 0 | 0.0000046200055 | |
| 2657857 | a year ago | | | 0 | 0.000000000020101557 | |
| 2657849 | a year ago | | | 0 | 0.000000000020561898 |
ABI
ABI objects
Getter at block 23161761
decimals() view returns (uint8)
18
name() view returns (string)
Test
symbol() view returns (string)
TST
totalSupply() view returns (uint256)
201000000000000000000
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)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.