Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001623 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14316571 | 6 months ago | | | 0 | 0.0000011066583 | |
| 13754760 | 6 months ago | | | 0 | 0.000000079702541568 | |
| 12551771 | 7 months ago | | | 0 | 0.0000048445423 | |
| 12331919 | 7 months ago | | | 0 | 0.000012999350 | |
| 12319766 | 7 months ago | | | 0 | 0.000000078697469433 | |
| 12285707 | 7 months ago | | | 0 | 1.1793962e-7 | |
| 12278966 | 7 months ago | | | 0 | 0.000019657151 | |
| 12273001 | 7 months ago | | | 0 | 0.000018391068 | |
| 12268301 | 7 months ago | | | 0 | 1.6509741e-7 | |
| 12267854 | 7 months ago | | | 0 | 0.0000048383924 |
ABI
ABI objects
Getter at block 21837221
DOMAIN_SEPARATOR() view returns (bytes32)
0x7c331f62f8302ceb77b9aab90f4d1dad860372efeddc4f9e9d758ae5c9666659
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=BASERATI, version=1, chainId=8453, verifyingContract=0x2fed94a5c09274953e1c72dd38ac4a43403ee3ae, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
BASERATI
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BSRT
totalSupply() view returns (uint256)
2000000000000000000000000
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)