GovTech
Verified contract
Proxy
Active on
Ethereum with 6,310 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GTC | ERC-20 | 51.179K | -- | -- | |
GTC | ERC-20 | 7.773227K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200772 | 14 hours ago | | | 0 | 0.00082763467 | |
| 21200190 | 16 hours ago | | | 0 | 0.00082478018 | |
| 21200006 | 17 hours ago | | | 0 | 0.00080850992 | |
| 21194330 | a day ago | | | 0 | 0.0013970730 | |
| 21193936 | 2 days ago | | | 0 | 0.0017227742 | |
| 21193842 | 2 days ago | | | 0 | 0.0014686277 | |
| 21193506 | 2 days ago | | | 0 | 0.0019057649 | |
| 21193460 | 2 days ago | | | 0 | 0.0020913439 | |
| 21193188 | 2 days ago | | | 0 | 0.0010147788 | |
| 21193091 | 2 days ago | | | 0 | 0.00055123200 |
ABI
ABI objects
Getter at block 21204992
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
1200000000000000000000000000
name() view returns (string)
GovTech
owner() view returns (address)
0xcd5f9324c7cfa7e990a4a275667392e64c05126d
paused() view returns (bool)
false
symbol() view returns (string)
GTC
totalSupply() view returns (uint256)
1200000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _owner, string _name, string _symbol, uint8 _decimals, uint256 _initialSupply, uint256 _maxSupply)
mint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.