KRW Gluwacoin
Verified contract
Active on
Ethereum with 475 txns
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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17037248 | 2 years ago | | | 0 | 0.0012862292 | |
| 13013468 | 3 years ago | | | 0 | 0.0028732301 | |
| 12926259 | 3 years ago | | | 0 | 0.0011986800 | |
| 12926239 | 3 years ago | | | 0 | 0.0050824560 | |
| 12905093 | 3 years ago | | | 0 | 0.0012957570 | |
| 12635211 | 3 years ago | | | 0 | 0.00082409250 | |
| 12635206 | 3 years ago | | | 0 | 0.0010715925 | |
| 12635029 | 3 years ago | | | 0 | 0.00079950400 | |
| 12635028 | 3 years ago | | | 0 | 0.0010380809 | |
| 12635019 | 3 years ago | | | 0 | 0.0038940200 |
ABI
ABI objects
Getter at block 21310046
decimals() view returns (uint8)
18
name() view returns (string)
KRW Gluwacoin
symbol() view returns (string)
KRW-G
totalSupply() view returns (uint256 amount)
21787917029318193691089101
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
getReservation(address _tokenOwner, uint256 _nonce) view returns (uint256 _amount, uint256 _fee, address _recipient, address _executor, uint256 _expiryBlockNum, uint8 _status)
totalBalanceOf(address _tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
execute(address _sender, uint256 _nonce) returns (bool success)
mint(address _to, uint256 _value) returns (bool success)
reclaim(address _sender, uint256 _nonce) returns (bool success)
reserve(address _from, address _to, address _executor, uint256 _amount, uint256 _fee, uint256 _nonce, uint256 _expiryBlockNum, bytes _sig) returns (bool success)
transfer(address _from, address _to, uint256 _value, uint256 _fee, uint256 _nonce, bytes _sig) 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)
Burnt(address indexed _burnFrom, uint256 _value)
Mint(address indexed _mintTo, uint256 _value)
NonceUsed(address indexed _user, uint256 _nonce)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.