BaseToken

Verified contract

Active on Ethereum with 5,980 txns
Deployed by via 0xe66addb6 at 10820139
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $395.52
ERC-20
--
0x83108f631929e8b508b7d92710d9de02d4bc6bad3f3f81b59f08796e577d8163
0x8d9ca559ba72169e21001bd6dd308ac93695cb28fd8040e16132d615beab4099
0x51ee75897a8555d582bb61b757a737f7c2c4eac89d6c8509cbaed526a336cb92
0xb1718a1ead00d2cae963fe29625c7bc40927b2eb265618f90ae5f04d55432781
0x8e637ff94610dcc6d6b6b948711be29cb72462f52b72fe30e4c64844487eb268
0x600b9b452ae6bb910bf1c32fa7ae85aec7ccd0f08c474093ee452af6734fa500
0x0347ce10ed611dc83a42b4e48beea9721929fe2f07d006a33c2ba20df28cb73d
0x578f2b16b155d84a32406513194b9f333819ac7e7e7cc10a5cc2a9dcd2fcf1cb
0x8fd0192cb045f4efe92dd48979c2465fcd913203320d80344677296bc83c409c
0x8c5bd1aebaa834fbc4624927fd98fc2a1b3e3e7545e2fc2e84189cf671342201

Functions
Getter at block 21225205
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)
50000000000000000000000
decimals(view returns (uint8)
18
mintingFinished(view returns (bool)
true
name(view returns (string)
TOSHIFY.FINANCE
owner(view returns (address)
0x2d795b5d06e2d9dcaaeed9fa73b49635128ab789
symbol(view returns (string)
YFT
totalSupply(view returns (uint256)
50000000000000000000000
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.