Kine USD
Verified contract
Active on
Ethereum with 1,506 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 "Kine USD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144827 | 4 days ago | | | 0 | 0.0010706543 | |
| 20908151 | a month ago | | | 0 | 0.00037550557 | |
| 20819115 | 2 months ago | | | 0 | 0.0013689877 | |
| 19955365 | 6 months ago | | | 0 | 0.00045238737 | |
| 19588037 | 7 months ago | | | 0 | 0.00087683981 | |
| 17121331 | 2 years ago | | | 0 | 0.00088069723 | |
| 16931103 | 2 years ago | | | 0 | 0.00065744320 | |
| 16894653 | 2 years ago | | | 0 | 0.00073623168 | |
| 15869113 | 2 years ago | | | 0 | 0.00093938400 | |
| 15802901 | 2 years ago | | | 0 | 0.00044865757 |
ABI
ABI objects
Getter at block 21173112
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
minter() view returns (address)
0xcea2d0a0413b6bf052eb2eca9c256ee25ad7d128
name() view returns (string)
Kine USD
owner() view returns (address)
0xbfa9df9ed8805e657d0feab5d186c6a567752d7f
paused() view returns (bool)
false
symbol() view returns (string)
kUSD
totalSupply() view returns (uint256)
628275628555792023927708
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklistAdmin(address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events _setMinter(address newMinter)
addBlacklistAdmin(address account)
addBlacklisted(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
removeBlacklistAdmin(address account)
removeBlacklisted(address account)
renounceBlacklistAdmin()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAdminAdded(address indexed account)
BlacklistAdminRemoved(address indexed account)
BlacklistedAdded(address indexed account)
BlacklistedRemoved(address indexed account)
NewMinter(address oldMinter, address newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name_, string symbol_, uint8 decimals_, address minter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.