Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xedab…618f
Balances ($0.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CATA | ERC-20 | 711.1375 | $0.000184 |
$0.13 | |
USA | ERC-20 | 1 | $0.000785 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2.101K | -- | -- | |
OHNO | ERC-20 | 929.596491 | -- | -- | |
CWH | ERC-20 | 707 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744583 | 27 minutes ago | | | 0 | 2.8882018e-7 | |
| 22744571 | 27 minutes ago | | | 0 | 0.00039263000 | |
| 22743460 | an hour ago | | | 0 | 0.000022866619 | |
| 22742981 | an hour ago | | | 0 | 0.00056363000 | |
| 22735720 | 5 hours ago | | | 0 | 0.00039263000 | |
| 22735570 | 5 hours ago | | | 0 | 0.00039263000 | |
| 22735332 | 6 hours ago | | | 0 | 0.00039263000 | |
| 22735194 | 6 hours ago | | | 0 | 1.8007479e-7 | |
| 22735103 | 6 hours ago | | | 0 | 2.8882018e-7 | |
| 22735082 | 6 hours ago | | | 0 | 8.3345211e-7 |
ABI
ABI objects
Getter at block 22745377
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x86ad986d0be870f9873a4c8193e6d112216fe999052d5459cb112b5ba6cc9ea7
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=Catamoto, version=1, chainId=8453, verifyingContract=0xbdf5bafee1291eec45ae3aadac89be8152d4e673, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Catamoto
supervisedTransfersEndAt() view returns (uint64)
1714993200
symbol() view returns (string)
CATA
tax0Consumer() view returns (address)
0x37201c293b4e97d31ec5ff430290078ebc79795e
tax1Consumer() view returns (address)
0xedab78952506d8baed7e1cc3521b1f2292bc618f
totalSupply() view returns (uint256)
19972246452456466306064793129
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)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
grantRole(bytes32 role, address account)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
updateSupervisedTransfersEndAt(uint64 timestamp)
updateTax0Consumer(address consumer)
updateTax1Consumer(address consumer)
withdrawCoin(address to)
withdrawToken(address to, address token_, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
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)
UpdatedSupervisedTransfersEndAt(uint64 timestamp)
UpdatedTax0Consumer(address consumer)
UpdatedTax1Consumer(address consumer)
constructor(string name_, string symbol_, uint256 initialSupply)
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
FailedInnerCall()
Forbidden()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
SafeERC20FailedOperation(address token)
StringTooLong(string str)
UnacceptableReference(address account)
Unauthorized(address account)
WithdrawToZeroAddress()