BicoTokenImplementation
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
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
Balances ($0.00)
No balances found for "BicoTokenImplementation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BicoTokenImplementation"
ABI
ABI objects
Getter at block 20791794
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
nonces(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
approveWithSig(uint8 _v, bytes32 _r, bytes32 _s, uint256 _deadline, address _owner, uint256 _batchId, address _spender, uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address beneficiary, address trustedForwarder, address governor, address accessControlAdmin, address pauser, address minter)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMinimumTimeBetweenMints(uint32 _minimumTimeBetweenMints)
setMintCap(uint8 _mintCap)
setMintingAllowedAfter(uint256 _mintingAllowedAfter)
setTrustedForwarder(address _forwarder)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newGovernor)
transferWithSig(uint8 _v, bytes32 _r, bytes32 _s, uint256 _deadline, address _sender, uint256 _batchId, address _recipient, uint256 _amount)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinimumTimeBetweenMintsChanged(uint32 indexed _minimumTimeBetweenMints, address indexed actor)
MintCapChanged(uint8 indexed _mintCap, address indexed actor)
MintingAllowedAfterChanged(uint256 indexed _mintingAllowedAfter, address indexed actor)
NewOwnership(address indexed from, address indexed to)
NewPendingOwnership(address indexed from, address indexed to)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
TrustedForwarderChanged(address indexed truestedForwarder, address indexed actor)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.