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

ABNE

Verified contract

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

No balances found for "ABNE"

0x6da71616ab57ea107a0da7c5aa8fffe1f9d1f2eabcf9fe189e9b1038d657a9e1
0xec1f598b25f42789ca27d2e50cd39ce65aa784f30aa2629750f5c973f8d9864d
0x6b6a6b090b07261add8754c14805ba88cdc664c10490a5d77375496481522b5e
0x1a04d796462d2fee5728982e96f3562878d661e409abe6799b2ecb3197388709
0x46f6ada9ee64067f1c5686a7342ae8e91d3ff4f4921dccfc34e707067f625172
0x4b7a09ef9131dc99522ed0c3c28aaa6502e84b6a572f217c5c80168cc1fccf3a
0x44976ee3ad1597fb84d05d17c61966f58d4ae89b063a2fc9e5c6b85efcf29baf
0xb3b8edf004d621d45524921aff9b70b13d79226c08131f1001255d4248ca71b8
0x4cc9bcf456f4d6765c83af15cb450a91ecae52ffa6fb71c5466bbd4911d6d830
0x8b1b4eb6cdb7076bc40c82a1ecca888d85096ded0c474959913982146e845c02

Functions
Getter at block 23161294
decimals(view returns (uint8)
18
name(view returns (string)
ABNE
owner(view returns (address)
0x97c803ce9dbd67017609a6f18b29455f911d2d73
symbol(view returns (string)
ABNE
totalSupply(view returns (uint256)
75000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
init(address init_0xreturns (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