ERC20ext
Verified contract
Active on
Ethereum with 3,434 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 "ERC20ext"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11879485 | 4 years ago | | | 0 | 0.0043036200 | |
| 11863450 | 4 years ago | | | 0 | 0.0036150408 | |
| 11859399 | 4 years ago | | | 0 | 0.0051064200 | |
| 11851976 | 4 years ago | | | 0 | 0.0037564200 | |
| 11842519 | 4 years ago | | | 0 | 0.0047100730 | |
| 11842477 | 4 years ago | | | 0 | 0.0042079840 | |
| 11828483 | 4 years ago | | | 0 | 0.0038603471 | |
| 11810854 | 4 years ago | | | 0 | 0.0073400630 | |
| 11804872 | 4 years ago | | | 0 | 0.0036580770 | |
| 11796489 | 4 years ago | | | 0 | 0.0044709830 |
ABI
ABI objects
Getter at block 21260815
decimals() view returns (uint8)
18
name() view returns (string)
520GVK COIN
owner() view returns (address)
0xe1613706edfa24aa21e833de2599a6695b86dc08
symbol() view returns (string)
520GVK
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
lockedAccount(address) view returns (uint256)
lockedAmount(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze) returns (bool success)
lock(address target, uint256 time, uint256 amount) returns (bool success)
mintToken(address target, uint256 mintedAmount) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.