BaseDigitalSilver
Verified contract
Active on
Base with 8 txns
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 "BaseDigitalSilver"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13341971 | 7 months ago | | | 0 | 7.3243444e-7 | |
| 13341956 | 7 months ago | | | 0 | 0.0000011518093 | |
| 13316793 | 7 months ago | | | 0 | 0.0000011181862 | |
| 13315732 | 7 months ago | | | 0 | 0.0000010346022 | |
| 13315555 | 7 months ago | | | 0 | 0.0000011365174 | |
| 13314341 | 7 months ago | | | 0 | 8.4392684e-7 | |
| 13314244 | 7 months ago | | | 0 | 0.0000011287745 | |
| 13313548 | 7 months ago | | | 0 | 5.6378507e-7 |
ABI
ABI objects
Getter at block 22937200
DOMAIN_SEPARATOR() view returns (bytes32)
0xd787f12d716d26e0b953c45edb45cc68ccedb518393c58221e538f075e531cbd
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=Base Digital Silver, version=1, chainId=8453, verifyingContract=0x684def8799b3f2622c5265d3bf200bb2fb147d86, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Base Digital Silver
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SHEKEL
totalSupply() view returns (uint256)
30000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)