Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd0a6…f972
Balances ($0.00)
No balances found for "Tokenism"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11040019 | 4 years ago | | | 0 | 0.0015930750 | |
| 11040018 | 4 years ago | | | 0 | 0.0047571700 | |
| 11040013 | 4 years ago | | | 0 | 0.0016799700 | |
| 11040010 | 4 years ago | | | 0 | 0.0050166520 | |
| 11039609 | 4 years ago | | | 0 | 0.0017386200 | |
| 11039607 | 4 years ago | | | 0 | 0.0051903600 | |
| 11037019 | 4 years ago | | | 0 | 0.0034040600 | |
| 11037006 | 4 years ago | | | 0 | 0.0015930750 | |
| 11037005 | 4 years ago | | | 0 | 0.0049881700 | |
| 11036951 | 4 years ago | | | 0 | 0.015172520 |
ABI
ABI objects
Getter at block 21158502 getAllInvestor() view returns (address[], uint256[])
decimals() view returns (uint8)
0
msgSender() view returns (address)
0xd3f69db769699d9788bb8b165dca932e0dad8d34
name() view returns (string)
Tokenism
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
TKUSD
totalSupply() view returns (uint256)
96998
whitelist() view returns (address)
0xd0a6073c6dbb6c9097d3b3d58ff9e1b522b5f972
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.