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 "test"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6897723 | 6 years ago | | | 0 | 0.0 | |
| 6758657 | 6 years ago | | | 0 | 0.0 | |
| 6741193 | 6 years ago | | | 0 | 0.0 | |
| 6698831 | 6 years ago | | | 0 | 0.00025248600 | |
| 6698708 | 6 years ago | | | 0 | 0.00016106731 |
ABI
ABI objects
Getter at block 21285239
contractOwner() view returns (address)
0x6c643992d016d077cf426de39b207304297a3166
getName() view returns (string)
test
name() view returns (string)
test
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
recover(bytes32 hash, bytes signature) pure returns (address)
State-modifying
Events ECDSATransfer(address _to, uint256 _value, bytes32 _hash, bytes _sig) returns (bytes32)
approve(address _spender, uint256 _value) returns (bool)
burn(address _account, uint256 _value) returns (bool)
decreaseAllowance(address _spender, uint256 _subtracted_value) returns (bool)
forceChangeContractOwnership(address _to) returns (bool)
increaseAllowance(address _spender, uint256 _added_value) returns (bool)
mint(address _account, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed to, uint256 value)
Mint(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.