Ace

Verified contract

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

No balances found for "Ace"

0x40273f6f5ae73b03ff57e1ab2419f5f2f88c4250a66c9b0b834734de9f8aca70
0xb181a171093dabfce441d53b348face08bad34dd12e9bcbd9626a23dfd550877
0x09895bd32f9b137488cd49ac5782571172852520745d8b75e7831e38806237ef
0xecef5f8a9ecc071f5a6e82d5684d1e72038857f3f3cf5114b9d21417a283188b
0x324120c46aa28ea344ec287e102d5afcae9ffe8ef0b26c3abe3f8462e5a2daec
0x30d17ad123879a29a2884a139ddc7f24d0c892cfbbd9e45973e0f38bd79f1069
0xb40b4cb3d3775ac3ef252422144c081b9b7f524cbee3c6810dd7494039f2eb00
0xfc14983b61ced883ce3af57abd57f22090a8aa843bec93d7c9178aa4e3173286
0x9e720059a243e52224f7a6bbb8eb3fee2e45ddf13c3757da315c5d8d362100e0
0x8cdb87f1245e83f61b151ff3106c0c58e471020017f889a8df49bcd9ecf998bd

Functions
Getter at block 22511078
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Ace
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ACE
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