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

ACID UNICORN AI

Verified contract

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

No balances found for "ACID UNICORN AI"

0x2b101243556487f25a53920f53e174796d42ae2d34c40d5686a1ac9d864a576d
0x3cea8b14f80aadbf28b6624b43714ff652f7ed2642770e5d708bae055e3da0c7
0x3a62aa7bee542c0a314809421375d9054fcb33032af246be3bdf9ed1b3d84672
0xeccb2e2700786efbeeb54e288a670baae9f5ba3d29b40184b8fde7101fca4f20
0x046e2bb5e3d933155a30d2988451db335d70c0d3153ec30a7a7e3ada24e7abe5
0xcef96e00f3ef41cad1c99a6a3bfe377b185d4a5e37ff1407e137593fd6e23a7d
0x5b6ec0db121389da0166c7bc02c2111c6c3abad898e926c4ce93cb2183f19ed4
0x6726bd1f7f97b1a9dfb7a2d478305ef61a12c4eb839f5147b9eef6ef71ac8ce3
0xc3dd0db1f2383d11bd4410bd66be2030dcac68003324b9111b52be3131193d15
0xbbccf157c43ed212698b45b429078f9252c75c53c9b4e1ee5dd040e6b660e02d

Functions
Getter at block 21743505
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
ACID UNICORN AI
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
uniAI
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account