This contract is being backfilled. You may encounter incomplete storage history.

AURA

Verified contract

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

No balances found for "AURA"

0xc074bbdb38b9917054b7dbffeb87750263db99e0eaec8f96e95f82901fa85ee7
0x26d4ab46736580610d725ac3c7b1ed9acb080313efc39bbe0da665fd429692f9
0x4cff4964527122b8a82bab1d35d8dc186fb3fd46ff0f0721c23ff617a88fb1b4

Functions
Getter at block 23269837
castHash(view returns (string)
0x417090a1395b5ea05a26dca1421229e5a5f48c85
decimals(view returns (uint8)
18
deployer(view returns (address)
0x3373826deb5d9fe2a057cb1270a973fa4856c242
fid(view returns (uint256)
304503
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/50978ad3-efe5-4c95-5732-90b2dff61f00/original
name(view returns (string)
AURA
symbol(view returns (string)
AURA
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_address deployer_uint256 fid_string image_string castHash_
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