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

BicoTokenImplementation

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbe025151 at 13463059
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
1 additional variable

No balances found for "BicoTokenImplementation"

No transactions found for "BicoTokenImplementation"


Functions
Getter at block 20792976
APPROVE_TYPEHASH(view returns (bytes32)
0x3035db5a0c9fdeb4c85f3f85d64ed8a35f941ad181dbab9095decaca728a60cc
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_TYPE_HASH(view returns (bytes32)
0x36c25de3e541d5d970f66e4210d728721220fff5c077cc6cd008b3a0c62adab7
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
TRANSFER_TYPEHASH(view returns (bytes32)
0x686fbd6610c8f2133a627d2140507a1a8a8d2442934fd36a02a684ab8eb5401a
_trustedForwarder(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
18
governor(view returns (address)
0x0000000000000000000000000000000000000000
minimumTimeBetweenMints(view returns (uint32)
0
mintCap(view returns (uint8)
0
mintingAllowedAfter(view returns (uint256)
0
name(view returns (string)
paused(view returns (bool)
false
pendingGovernor(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
nonces(addressuint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountreturns (bool)
approveWithSig(uint8 _vbytes32 _rbytes32 _suint256 _deadlineaddress _owneruint256 _batchIdaddress _spenderuint256 _value
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address beneficiaryaddress trustedForwarderaddress governoraddress accessControlAdminaddress pauseraddress minter
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setMinimumTimeBetweenMints(uint32 _minimumTimeBetweenMints
setMintCap(uint8 _mintCap
setMintingAllowedAfter(uint256 _mintingAllowedAfter
setTrustedForwarder(address _forwarder
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address _newGovernor
transferWithSig(uint8 _vbytes32 _rbytes32 _suint256 _deadlineaddress _senderuint256 _batchIdaddress _recipientuint256 _amount
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
MinimumTimeBetweenMintsChanged(uint32 indexed _minimumTimeBetweenMintsaddress indexed actor
MintCapChanged(uint8 indexed _mintCapaddress indexed actor
MintingAllowedAfterChanged(uint256 indexed _mintingAllowedAfteraddress indexed actor
NewOwnership(address indexed fromaddress indexed to
NewPendingOwnership(address indexed fromaddress indexed to
Paused(address account
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
TrustedForwarderChanged(address indexed truestedForwarderaddress indexed actor
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.