Smart Pharma Token
Verified contract
Active on
Ethereum with 3,863 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 "Smart Pharma Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11339034 | 4 years ago | | | 0 | 0.00079881200 | |
| 11338996 | 4 years ago | | | 0 | 0.00034188000 | |
| 11338990 | 4 years ago | | | 0 | 0.00032905950 | |
| 11338970 | 4 years ago | | | 0 | 0.00091410906 | |
| 11081863 | 4 years ago | | | 0 | 0.00087186000 | |
| 8973603 | 5 years ago | | | 0 | 0.00056992000 | |
| 8973603 | 5 years ago | | | 0 | 0.00057128000 | |
| 8949022 | 5 years ago | | | 0 | 0.00057128000 | |
| 8949018 | 5 years ago | | | 0 | 0.00087128000 | |
| 8877354 | 5 years ago | | | 0 | 0.00057120000 |
ABI
ABI objects
Getter at block 21262967
_totalSupply() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
getWhitelistRule() view returns (bytes1)
0x10
name() view returns (string)
Smart Pharma Token
owner() view returns (address)
0x59f9bf12dea3dc932757e055ce4d8ff2bdf8843b
symbol() view returns (string)
SMPT
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balances(address) view returns (uint256)
detectTransferRestriction(address _from, address _to, uint256 _value) view returns (uint8 restrictionCode)
frozen(address _account) view returns (bool)
managers(address) view returns (bool)
messageForTransferRestriction(uint8 _restrictionCode) view returns (string _message)
whiteList(address) view returns (bytes1)
State-modifying
Events acceptOwnership()
addManager(address managerAddress)
addToReceiveAllowed(address _to)
addToSendAllowed(address _to)
approve(address spender, uint256 value) returns (bool)
freeze(address _to)
removeFromBothSendAndReceiveAllowed(address _to)
removeFromReceiveAllowed(address _to)
removeFromSendAllowed(address _to)
removeManager(address managerAddress)
setWhitelistRule(bytes1 _newRule)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unFreeze(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.