Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($315.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 266.936439 | $0.999211 |
$266.73 | |
BAPE | ERC-20 | 250K | $0.000196 |
$48.89 | |
WGC | ERC-20 | 200 | $0.000474 |
$0.09 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000744 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000757 |
$0 | |
BER | ERC-20 | 22K | -- | -- | |
BASED | ERC-20 | 5.444K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 102 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22758070 | 44 minutes ago | | | 0 | 0.000000709750584870 | |
| 22735728 | 13 hours ago | | | 0 | 2.2987483e-7 | |
| 22731177 | 16 hours ago | | | 0 | 5.5826655e-7 | |
| 22722935 | 20 hours ago | | | 0 | 1.4590837e-7 | |
| 22722915 | 20 hours ago | | | 0 | 1.4740695e-7 | |
| 22712084 | a day ago | | | 0 | 0.0000016814460 | |
| 22711308 | a day ago | | | 0 | 0.000000703968739190 | |
| 22710280 | a day ago | | | 0 | 0.000000705048284870 | |
| 22707812 | a day ago | | | 0 | 0.000000708060879030 | |
| 22706482 | a day ago | | | 0 | 0.000000705048284870 |
ABI
ABI objects
Getter at block 22759398
decimals() view returns (uint8)
18
name() view returns (string)
BaseApe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BAPE
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 requestedDecrease) returns (bool)
excludeFromMaxWallet(address account)
includeInMaxWallet(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
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.
ERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease)
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)
ReceiverExceedsMaxWallet(address receiver)