StableCoin
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7f1f…a282
Balances ($0.00)
No balances found for "StableCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13095598 | 3 years ago | | | 0 | 0.077714176 | |
| 13091013 | 3 years ago | | | 0 | 0.036014976 | |
| 12990655 | 3 years ago | | | 0 | 0.0072140220 | |
| 12971416 | 3 years ago | | | 0 | 0.0058786200 | |
| 12858181 | 3 years ago | | | 0 | 0.018448230 | |
| 12825350 | 3 years ago | | | 0 | 0.0060116850 | |
| 12792921 | 3 years ago | | | 0 | 0.0013820800 | |
| 12786443 | 3 years ago | | | 0 | 0.0041410110 | |
| 12784531 | 3 years ago | | | 0 | 0.018890375 | |
| 12780473 | 3 years ago | | | 0 | 0.0040074300 |
ABI
ABI objects
Getter at block 21277071 getAllInvestor() view returns (address[], uint256[])
decimals() view returns (uint8)
0
msgSender() view returns (address)
0xc49251af9906a4315ec55a4ef3df40801d4c3ae7
name() view returns (string)
Tokenism
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
TKUSD
totalSupply() view returns (uint256)
289012
whitelist() view returns (address)
0x7f1fb08f61bd938ae8808bf6a97dc5e60f9da282
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
changeWhitelist(address _whitelisted) returns (bool)
closeStableCoin()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address _account, uint256 _amount) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address _account, uint256 _amount) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithData(address _account, uint256 _amount, bytes _data) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
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 _whitelist)
This contract contains no fallback and receive objects.
This contract contains no error objects.