Apu Apustaja

Verified contract

Active on Base with 464 txns
Deployed by via 0x63abdec6 at 12075795
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Apu Apustaja"

0xeea0618cae1e14647556d173ccdf87fd01089c1f295b9d6a233e358680cc2036
0xf016d4a586a1ca00c02ac49d44b6080f8bb4f3e7b0f49f3388b4f1f99f111e63
0xd4d875a2f6db8031582c22138c8a3b0066a7429c183c38a7ad03d528c7dfd569
0x2582b9f7130165b49f43b9743eae7f639e5f9ab2d2f63a29883526b8b0236ed5
0x1ea39ceb91312109d8284988d325f0de6b41bc1369f29e722cdd722e5e765330
0x1dd015cabda2a75e1e60d5b10f02e3df01c45220e5da2e3731220db18488e8e3
0x021bbc96b05388afa66143b79cf131c6c75e244ab7998c80b457744b079d1fe3
0x98dfed518b391374772fb2098afd013e6241fcdaf979f97fb9e44b06e0bbef27
0x0dcfc9c65f04dbb96ac5cb42a81cef8fc42868518387bdafc9600233157bc5c7
0x87045af243e05d4e064bb74704b4d22d6a88d8f1d310b20bf94fc0d7a062bec0

Functions
Getter at block 22759038
decimals(view returns (uint8)
18
name(view returns (string)
Apu Apustaja
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
APU
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account