š¯““š¯“®š¯“¶š¯“¾š¯“»š¯“®
Verified contract
Active on
Base with 340 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "š¯““š¯“®š¯“¶š¯“¾š¯“»š¯“®"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744136 | 10 hours ago | | | 0 | 6.3129425e-7 | |
| 22737389 | 14 hours ago | | | 0 | 1.1755100e-7 | |
| 22714237 | a day ago | | | 0 | 0.0000026430122 | |
| 22694269 | 2 days ago | | | 0 | 3.1061408e-7 | |
| 22685632 | 2 days ago | | | 0 | 5.3144581e-7 | |
| 22674067 | 2 days ago | | | 0 | 4.8283218e-7 | |
| 22673951 | 2 days ago | | | 0 | 5.2684361e-7 | |
| 22673643 | 2 days ago | | | 0 | 0.0000055735944 | |
| 22671149 | 2 days ago | | | 0 | 5.2532594e-7 | |
| 22667556 | 2 days ago | | | 0 | 4.8835337e-7 |
ABI
ABI objects
Getter at block 22762421
decimals()Ā viewĀ returnsĀ (uint8)
18
name()Ā viewĀ returnsĀ (string)
š¯““š¯“®š¯“¶š¯“¾š¯“»š¯“®
symbol()Ā viewĀ returnsĀ (string)
š¯““š¯“®š¯“¶š¯“¾š¯“»š¯“®
totalSupply()Ā viewĀ returnsĀ (uint256)
1000000000000000000000000000
Read-only
allowance(addressĀ owner,Ā addressĀ spender)Ā viewĀ returnsĀ (uint256)
balanceOf(addressĀ account)Ā viewĀ returnsĀ (uint256)
State-modifying
Events approve(addressĀ spender,Ā uint256Ā value)Ā returnsĀ (bool)
transfer(addressĀ to,Ā uint256Ā value)Ā returnsĀ (bool)
transferFrom(addressĀ from,Ā addressĀ to,Ā uint256Ā value)Ā returnsĀ (bool)
Approval(addressĀ indexedĀ owner,Ā addressĀ indexedĀ spender,Ā uint256Ā value)Ā
Transfer(addressĀ indexedĀ from,Ā addressĀ indexedĀ to,Ā uint256Ā value)Ā
constructor(stringĀ name_,Ā stringĀ symbol_,Ā uint256Ā maxSupply_)Ā
This contract contains no fallback and receive objects.
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)Ā