ARYSTOPEPES

Verified contract

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

No balances found for "ARYSTOPEPES"

0xc797417798e870fa2897cd5cccf9145af891df70e09ade1360ca0129694a7c93
0xbaac0029edc6565974859d7129bda50d63ea91c0d837150f1b2b67d077c48d7b
0xea5410191191acdcd816fba245151e50eb12deebf5d9a85f6962c928349b4524
0x5aacb0790534026546df1e5519f96e697f2d691cc49ac269122c7ff182b56af2
0xd0b6400e7f490ba17c870d18b58c0c2d523442353bd827818f5be7033eb1c3b8
0xa65d213ce90aa2e83a6783ac2ae9d8c35ad386f83acda02e72eff4a056bbd390
0xb68b484eeb07e69a789f90b4cd838c65c53a87f9dff89fbd4fe674b27996aecc
0xcb03a6a158a1b36ee805af941da9eed69994830da5b68eb650afec9ff6c4aef3
0xdada53d5405e89ffba3bef0ff79e47dd5b2edae5e15502b9d00aa488976c7de7
0x3705e8fd88d3541fa30db87f8919b04fe7ad4810a034c36afa5467c4b1b1e5d4

Functions
Getter at block 22946524
decimals(view returns (uint8)
18
name(view returns (string)
ARYSTOPEPES
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
$APPS
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