This contract is being backfilled. You may encounter incomplete storage history.

EasyPay

Verified contract

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

No balances found for "EasyPay"

0x5aa8064c2ab590b5d77cae9141189141cae43915d3265c56edf0213bc4019e43
0xbed7cd52201cf68d432164c8c43119343f43d5af07058462e8064f42dbc585ff
0xa0033e8b6bd3915603eb1ce9e393b3fb592d6c7671ddbc4b31036d86b757f2b8
0x941029f80692d8abd51ea0f4fd424d0b66b67f10b393774a14616a372a7cb920
0x50ede69999a9ca33e241c809cf24e12369b717ca7be39ce2b6432aceb345ac2c
0x4ecd563230d5e3ff4b464d5fa21b9d90512629afb873672c02342a86b69b1e6f
0x3c46377c16b75b2b98941870246eae8ef3e1cc46f6e35100570aa74bf378de71
0xec0e17d55e710d9ac13959e7a687755621e5c0039ea2748c907784e768f409f2
0x77a8938d379dbd0bae5e00b7d701379ca7ce4c24d7b3462704713d022fa2cb71
0xb7e074c9838da6a7ef2fdc07026aa04a1f80635e1e3d9160236f0e87daacb78c

Functions
Getter at block 20795322
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)
83000000000000000000000000
decimals(view returns (uint8)
18
mintingFinished(view returns (bool)
true
name(view returns (string)
EasyPay
owner(view returns (address)
0x0339c50c2cb28343ff0195f4edb75f2249051e46
symbol(view returns (string)
ESP
totalSupply(view returns (uint256)
83000000000000000000000000
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.