This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 23301378, which is 12 minutes old. We're running behind the tip but working to resolve the issue.

AxisAlive

Verified contract

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

No balances found for "AxisAlive"

0x6b3e700ed69fcc3b8b3961877eadac59795e3486886c95abc0403d412f736c5b
0xb741a9fab506d71f4ef50c1893a4741d059cf8cf6ffb52671e58b9dacdbb00d5
0xc30d7fb154f6eec8180165cc5bc93da18e01826ac3a8d957ccbd01b04c3b46b1
0x24a71381c6b7cfc455af8b1b964fc405773af44f79d942f5a460ef99617cb6ca
0x06a403b9a0c7aec7f6a3f6ca180bf727f7193fb31e6be8bd1a5965d3846ad4e5
0xa2dee85cc0b35571176320c4f68582df15e8d9d2aa804eab44a3d9e72148d1c3

Functions
Getter at block 23301377
decimals(view returns (uint8)
18
name(view returns (string)
AxisAlive
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AXIS
totalSupply(view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account