Based Apu Apustaja
Verified contract
Active on
Base with 259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Based Apu Apustaja"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20663167 | 2 months ago | | | 0 | 0.000000102627606063 | |
| 15930391 | 5 months ago | | | 0 | 0.0000018067141 | |
| 15750035 | 6 months ago | | | 0 | 5.4646534e-7 | |
| 15656859 | 6 months ago | | | 0 | 9.3694267e-7 | |
| 15656829 | 6 months ago | | | 0 | 9.6565919e-7 | |
| 15656795 | 6 months ago | | | 0 | 9.6460132e-7 | |
| 15656758 | 6 months ago | | | 0 | 9.3461432e-7 | |
| 15645315 | 6 months ago | | | 0 | 4.8797815e-7 | |
| 15645287 | 6 months ago | | | 0 | 4.9253751e-7 | |
| 15645170 | 6 months ago | | | 0 | 4.9677761e-7 |
ABI
ABI objects
Getter at block 23099231
decimals() view returns (uint8)
18
name() view returns (string)
Based Apu Apustaja
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0xb1be74065d5a04a2459cadcf698b2a3b47848cad
symbol() view returns (string)
BAPU
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
setFinalBuyer(address _finalBuyer)
setPairAddress(address _pairAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(string name, string symbol, uint256 totalSupply, address initialOwner)
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)