Low Supply Design

Verified contract

Active on Ethereum with 169 txns
Deployed by via 0x9c95eebb at 10732336
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xeae778704369baf0800077c4f7f3b6013b5d77643c995db7fb065ef0aa776d50
0xaa7b9996b6a3a036e91d8dd5e8c18d67b82e1dd4a71e8c4d82b1794e6776a707
0xec6aeeaf417dab2e3dc37cfa490d23a63ffd11b506385f9a15c157311054f9fa
0xed3f0422bcc6e65075d54841f8f14d2783d1f7cf609e8e93659ba2ad9d2ddba2
0xeb1478598c373c532d1fc6aef5e58cc1e59c82ee34c17d27e4d46ff2688986ab
0xe6ad4d45583cc36d51b7e02aa7e2108be8a0389c8ca89551e756af3ab19e42f0
0xcc1684fe92cc1aad6bd41a57224682d0c160a79b32ea30cd93ba47c657664117
0xfbc87d407a475a56a0827c39c1ccb330165eb0b486863c7f454a93283848b745
0x4bb35aa068d2b26ce4aafbed4d2fbea92470adfc8ce047d4f9d67d04f89fcfe8
0x6a4d87c6144d1398f7388d4ed09379c35434365193bd4ecf69be059f8b2e7828

Functions
Getter at block 21412182
BUILT_ON(view returns (string)
https://vittominacori.github.io/erc20-generator
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
OPERATOR_ROLE(view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
cap(view returns (uint256)
1000000000000000000000
decimals(view returns (uint8)
18
mintingFinished(view returns (bool)
true
name(view returns (string)
Low Supply Design
owner(view returns (address)
0x57ea6f4fe87cb7c084f23e08992a00c7d7608724
symbol(view returns (string)
LSD
totalSupply(view returns (uint256)
973519802835349999999
transferEnabled(view returns (bool)
true
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
approveAndCall(address spenderuint256 valuereturns (bool)
approveAndCall(address spenderuint256 valuebytes datareturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTransfer(
finishMinting(
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 value
recoverERC20(address tokenAddressuint256 tokenAmount
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address touint256 valuereturns (bool)
transferAndCall(address touint256 valuereturns (bool)
transferAndCall(address touint256 valuebytes datareturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferFromAndCall(address fromaddress touint256 valuereturns (bool)
transferFromAndCall(address fromaddress touint256 valuebytes datareturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
MintFinished(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
TransferEnabled(
Constructor
constructor(string namestring symboluint8 decimalsuint256 capuint256 initialSupplybool transferEnabledbool mintingFinished
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.