SMTYToken
Verified contract
Proxy
Active on
Ethereum with 3,213 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($355.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SMTY | ERC-20 | 122.167K | $0.002907 |
$355.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236480 | 6 days ago | | | 0 | 0.0016660661 | |
| 21231219 | 7 days ago | | | 0 | 0.00051746986 | |
| 21192964 | 12 days ago | | | 0 | 0.00085692838 | |
| 21186282 | 13 days ago | | | 0 | 0.0017429360 | |
| 21148395 | 18 days ago | | | 0 | 0.00065943058 | |
| 20996999 | a month ago | | | 0 | 0.00026383828 | |
| 20941150 | 2 months ago | | | 0 | 0.00036646343 | |
| 20893078 | 2 months ago | | | 0 | 0.00053489621 | |
| 20727349 | 3 months ago | | | 0 | 0.000078297759 | |
| 20727276 | 3 months ago | | | 0 | 0.00011067277 |
ABI
ABI objects
Getter at block 21279663
implementation() view returns (address)
0xc9dacc72777210de0a9c25630e7e16d3803ae8af
owner() view returns (address o)
0x058d260d6b9e41052378c063c367c53a2c22dac4
decimals() view returns (uint8)
18
isAllSenderAllowed() view returns (bool)
true
name() view returns (string)
SMTYToken
owner() view returns (address o)
0x058d260d6b9e41052378c063c367c53a2c22dac4
paused() view returns (bool)
false
symbol() view returns (string)
SMTY
totalSupply() view returns (uint256)
17704756205289193285048542
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedSender(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isMinter(address) view returns (bool)
State-modifying
Events renounceOwnership()
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
addAllowedSender(address _sender)
addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableAllSenderAllowed(bool _enable)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address _to, uint256 _amount)
pause(uint256 flag)
removeAllowedSender(address _sender)
removeMinter(address _minter)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause(uint256 flag)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
AddAllowedSender(address indexed sender)
AddMinter(address indexed minter)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveAllowedSender(address indexed sender)
RemoveMinter(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.