Global Village Coin
Verified contract
Active on
Ethereum with 5,634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Global Village Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14858287 | 3 years ago | | | 0 | 0.00060339485 | |
| 14816583 | 3 years ago | | | 0 | 0.00049124258 | |
| 13659012 | 3 years ago | | | 0 | 0.0031128063 | |
| 13176487 | 3 years ago | | | 0 | 0.0040900266 | |
| 13028632 | 3 years ago | | | 0 | 0.0017008041 | |
| 12862298 | 3 years ago | | | 0 | 0.00087700206 | |
| 12618649 | 3 years ago | | | 0 | 0.00034806204 | |
| 12560724 | 3 years ago | | | 0 | 0.00042819204 | |
| 12334799 | 4 years ago | | | 0 | 0.0022557961 | |
| 11886934 | 4 years ago | | | 0 | 0.0029613540 |
ABI
ABI objects
Getter at block 21320153
decimals() view returns (uint8)
18
name() view returns (string)
Global Village Coin
paused() view returns (bool)
false
symbol() view returns (string)
DQC
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
freezeOf(address tokenOwner) view returns (uint256)
isLock(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(uint256 value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address account, bool islock)
pause()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unfreeze(uint256 value)
unpause()
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Freeze(address indexed from, uint256 tokens)
LockAccount(address account, bool islock)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed from, uint256 tokens)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.