KRW Token
Verified contract
Active on
Ethereum with 3,928 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf006…b98a
Balances ($0.00)
No balances found for "KRW Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11014203 | 4 years ago | | | 0 | 0.0011696100 | |
| 10728430 | 4 years ago | | | 0 | 0.0046428820 | |
| 10604465 | 4 years ago | | | 0 | 0.0026993500 | |
| 10597907 | 4 years ago | | | 0 | 0.0011692500 | |
| 10597897 | 4 years ago | | | 0 | 0.0011692500 | |
| 10597893 | 4 years ago | | | 0 | 0.0011692500 | |
| 10597869 | 4 years ago | | | 0 | 0.0011692500 | |
| 10597868 | 4 years ago | | | 0 | 0.0011692500 | |
| 10597806 | 4 years ago | | | 0 | 0.0011692500 | |
| 10597806 | 4 years ago | | | 0 | 0.0011692500 |
ABI
ABI objects
Getter at block 21290715
custodian() view returns (address)
0x16c877798a3aa14b69663edeff1ccd649e715cac
decimals() view returns (uint8)
2
erc20Impl() view returns (address)
0xf0060ca48196f00c2edfec0da3b45d9646bab98a
lockRequestCount() view returns (uint256)
1
name() view returns (string)
KRW Token
symbol() view returns (string)
KRWT
totalSupply() view returns (uint256)
2171500000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
custodianChangeReqs(bytes32) view returns (address proposedNew)
implChangeReqs(bytes32) view returns (address proposedNew)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
confirmCustodianChange(bytes32 _lockId)
confirmImplChange(bytes32 _lockId)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emitApproval(address _owner, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
requestCustodianChange(address _proposedCustodian) returns (bytes32 lockId)
requestImplChange(address _proposedImpl) returns (bytes32 lockId)
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)
CustodianChangeConfirmed(bytes32 _lockId, address _newCustodian)
CustodianChangeRequested(bytes32 _lockId, address _msgSender, address _proposedCustodian)
ImplChangeConfirmed(bytes32 _lockId, address _newImpl)
ImplChangeRequested(bytes32 _lockId, address _msgSender, address _proposedImpl)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals, address _custodian)
This contract contains no fallback and receive objects.
This contract contains no error objects.