Coiin
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
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 "Coiin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Coiin"
ABI
ABI objects
Getter at block 23658188
DOMAIN_SEPARATOR() view returns (bytes32)
0xdff7878b85640e83ca8834439f3038d2f107ef19a3a52747068e19705b6dacb8
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=0x1573416736ec974b4b0736cc9d9e1501c63f5834, 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)
nonces(address owner) view returns (uint256)
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)
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)
removeTransferFromWhiteList(address addr)
renounceOwnership()
rescue(address _token, uint256 amount)
setTransferFromUnlockDate(uint256 value)
setTransferFromWhiteList(address addr)
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)
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.
AddressEmptyCode(address target)
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)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)