Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x606f…795d
Balances ($445.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CARLO | ERC-20 | 473.045077K | $0.000742 |
$350.77 | |
USDC | ERC-20 | 94.22 | $1.002 |
$94.41 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
WGC | ERC-20 | 200 | $0.000396 |
$0.08 | |
BALT | ERC-20 | 10 | $0.001003 |
$0.01 | |
FPEPE | ERC-20 | 36 | $0.000134 |
$0 | |
BOYS | ERC-20 | 0.4 | $0.011321 |
$0 | |
USA | ERC-20 | 1 | $0.000684 |
$0 | |
kurbi | ERC-20 | 1 | $0.000675 |
$0 | |
CARLO | ERC-20 | 250M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22857484 | 9 minutes ago | | | 0 | 0.000000085774857428 | |
| 22857479 | 9 minutes ago | | | 0 | 1.9055291e-7 | |
| 22857168 | 19 minutes ago | | | 0 | 0.000000084546119636 | |
| 22854878 | 2 hours ago | | | 0 | 0.000000108817900196 | |
| 22854859 | 2 hours ago | | | 0 | 1.2029745e-7 | |
| 22853983 | 2 hours ago | | | 0 | 1.9045387e-7 | |
| 22853535 | 2 hours ago | | | 0 | 6.1168384e-7 | |
| 22853491 | 2 hours ago | | | 0 | 1.9030628e-7 | |
| 22851353 | 4 hours ago | | | 0 | 1.9524891e-7 | |
| 22851050 | 4 hours ago | | | 0 | 2.1866939e-7 |
ABI
ABI objects
Getter at block 22857737
BP() view returns (address)
0x606f0f47cf181c79cbd31634a11800ee277f795d
bpEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
Carlo
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CARLO
totalSupply() view returns (uint256)
999999999999999999999959299
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)
burn(uint256 value)
burnFrom(address account, uint256 value)
disableBP()
renounceOwnership()
setBPAddress(address _bp)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)