CoiinV6
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CoiinV6"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CoiinV6"
ABI
ABI objects
Getter at block 23618065
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x612191c1a4888ce89819c44198ce78de01b0e63b13de4afa66f010c0cc4b2380
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0x9652dea57bdf08cbc9eb36dafd550d9e3c703bfc, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getWithdrawLimits() view returns (uint256 _withdrawMaxLimit, uint256 _withdrawMaxPeriod, uint256 _withdrawAccountLimit, uint256 _withdrawAccountPeriod, uint256 _withdrawClusterLimit, uint256 _withdrawClusterPeriod, uint256 _withdrawClusterSize)
(_withdrawMaxLimit=0, _withdrawMaxPeriod=0, _withdrawAccountLimit=0, _withdrawAccountPeriod=0, _withdrawClusterLimit=0, _withdrawClusterPeriod=0, _withdrawClusterSize=0)
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
totalSupply() view returns (uint256)
0
transferFromUnlockDate() view returns (uint256)
0
withdrawSigner() view returns (address)
0x0000000000000000000000000000000000000000
withdrawalsPaused() view returns (bool)
false
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)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
transferFromWhiteList(address) view returns (bool)
withdrawMintHistory(uint256) view returns (address account, uint256 timestamp, uint256 amount)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
deposit(uint256 amount)
grantRole(bytes32 role, address account)
initialize(address _multiSigAddr, address _initialMintTo, address _withdrawSigner, string _name, string _symbol)
pauseWithdrawals(bool _paused)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeAllowLpWhiteList(address addr)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
rescue(address _token, uint256 amount)
revokeRole(bytes32 role, address account)
setAllowLpWhiteList(address addr)
setTransferFromUnlockDate(uint256 value)
setWithdrawAccountLimits(uint256 _withdrawAccountLimit, uint256 _withdrawAccountPeriod)
setWithdrawClusterLimits(uint256 _withdrawClusterLimit, uint256 _withdrawClusterPeriod, uint256 _withdrawClusterSize)
setWithdrawLimits(uint256 _withdrawMaxLimit, uint256 _withdrawMaxPeriod, uint256 _withdrawAccountLimit, uint256 _withdrawAccountPeriod, uint256 _withdrawClusterLimit, uint256 _withdrawClusterPeriod, uint256 _withdrawClusterSize)
setWithdrawMaxLimits(uint256 _withdrawMaxLimit, uint256 _withdrawMaxPeriod)
setWithdrawSigner(address _withdrawSigner)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount, uint256 expires, uint256 nonce, bytes sig)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
Upgraded(address indexed implementation)
Withdraw(address indexed user, uint256 nonce, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)