GECToken
Verified contract
Active on
Ethereum with 2,672 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 "GECToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13541000 | 3 years ago | | | 0 | 0.012926210 | |
| 12957819 | 3 years ago | | | 0 | 0.0021144025 | |
| 12918571 | 3 years ago | | | 0 | 0.00088483762 | |
| 12909142 | 3 years ago | | | 0 | 0.0019237465 | |
| 12657579 | 3 years ago | | | 0 | 0.00058654406 | |
| 12242958 | 4 years ago | | | 0 | 0.0021316720 | |
| 12242947 | 4 years ago | | | 0 | 0.0023656360 | |
| 11930903 | 4 years ago | | | 0 | 0.0055424161 | |
| 11370619 | 4 years ago | | | 0 | 0.0028641092 | |
| 11244060 | 4 years ago | | | 0 | 0.00054566400 |
ABI
ABI objects
Getter at block 21178707
decimals() view returns (uint8)
8
name() view returns (string)
GECToken
owner() view returns (address)
0x514ccd50747daf2aaa1d821dec219533ad7d8773
symbol() view returns (string)
GECT
totalSupply() view returns (uint256)
100000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
addLock(address _addr) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newOwner)
disableLock(bool _enable) returns (bool success)
enableTransfer(bool _enable) returns (bool success)
mintToken(address target, uint256 mintedAmount)
removeLock(address _addr) returns (bool success)
setExclude(address _addr, bool _enable) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.