BaseToken

Verified contract

Active on Ethereum with 909 txns
Deployed by via 0xa535a7f5 at 10977729
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x6523100a113b41d84f88b78dbee5a7d44a0b40bf3993d9a80ffa3b79776011b1
0x91465d541e0ba7780701513fb36256907bbf5fe0bfd87333fcbf79ffac17e0d1
0xead8d53f64fc51d35857a37a4019f5d7d43389fc9ebd7c4b61eb0027905d4aa7
0xd2aec28ce22e6584950bd49921d036426785230f3cad9808251b020721d6f1e4
0x0ec42300d8adcaa0e219cf193895c00ce3463d8ba81031b235fc9f44e426baac
0x306bfca89257f6926e9eb8f94af09825bf601e47c41bc7616a44a20da8cb06fd
0xf65597477bc438b47e40c279a5b074004f8407ad1ac87f3a155bf23d0829bcbc
0x19b5fdb805746e574aa5601ec628cc83cad5f88b3f64dc2895b2cbd43f2b2e6f
0x8afe23825eb1e16766f9b2d2d0f827c71dee4cd8c99d61ae85c6e2edd8763f56
0xef94558b5bc26e9151bf91fe66a86ee0394757b2f359fcc1d316e61172eb4e06

Functions
Getter at block 21226255
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
OPERATOR_ROLE(view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
cap(view returns (uint256)
2020000000000000000000
decimals(view returns (uint8)
18
generator(pure returns (string)
https://vittominacori.github.io/erc20-generator
mintingFinished(view returns (bool)
true
name(view returns (string)
$SEND
owner(view returns (address)
0x35e1de7f74fc1ad617d8977e6817de0f23ec1679
symbol(view returns (string)
SEND
totalSupply(view returns (uint256)
1881999999999999999448
transferEnabled(view returns (bool)
true
version(pure returns (string)
v3.2.0
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
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
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.