SMTYToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x1f8fdb75 at 12313357
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SMTYToken"

No transactions found for "SMTYToken"


Functions
Getter at block 20850644
decimals(view returns (uint8)
18
isAllSenderAllowed(view returns (bool)
true
name(view returns (string)
SMTYToken
owner(view returns (address o)
0x2591e77620dbf3fd16050ee74521e28990f32a3d
paused(view returns (bool)
false
symbol(view returns (string)
SMTY
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
allowedSender(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isMinter(addressview returns (bool)
State-modifying
addAllowedSender(address _sender
addMinter(address _minter
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableAllSenderAllowed(bool _enable
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(
mint(address _touint256 _amount
pause(uint256 flag
removeAllowedSender(address _sender
removeMinter(address _minter
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
unpause(uint256 flag
Events
AddAllowedSender(address indexed sender
AddMinter(address indexed minter
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RemoveAllowedSender(address indexed sender
RemoveMinter(address indexed minter
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.