XOVA

Verified contract

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

No balances found for "XOVA"

0xbed26b7829f95719c766e0ddb259e0e2a7919b8f036f69ec250fe248b6355ca7
0x098226acb90b478f9f8f9dad2995a72156a1d10cbf1680fd8a7c9577a4295863
0xb1be23b09300c56d414cd0d299b7d6f0d3fcd6cde8cae13d09542f296be5b4db
0x0d384b0d547fc6deb289c814f0eed440ce0065c35dec6b7e6234c48e5c4ef78e
0x3dba4e264d1a13f4377a20b2650c3e8aee06ef02338a2729b1215466059b241a
0x46a757ef21ad9bad0a8b4f210f5da69bd84b701750e73ada9e48400b873b122b
0x11f22cde64fcf872e298f3e0f205eb2325f415fa27a8087d164c718befc64c02
0x3576fff3d53181f104c150091630d76be15f60fadd9d0810c7515dc4f0ac0f0c
0x8dc7c60fc996240bcb78cc1a9923d3cfddfdf8451aee5c4de3320719ea3e1641
0xa3d2ee62b200af20eecf1ba23df19968207e6013b3d12597d398d3200683c09c

Functions
Getter at block 23632469
decimals(view returns (uint8)
18
name(view returns (string)
XOVA
owner(view returns (address)
0xbb86fef7292a0a42c1302b8db9823baa948e8e36
symbol(view returns (string)
XOVA
totalSupply(view returns (uint256)
86000000000000000000000000000
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