Bate

Verified contract

Active on Base with 1,477 txns
Deployed by via 0xb3f8d0e5 at 15763325
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xd52a99019431a275d88f2d11546912d25a482fb671d0739f0e6cd2e9fb56567e
0x2d230cfd8b353443ca8bd34ea8a7f60245b8b45080180d5a017d70f2d7fcba03
0xe8373089215df8e2857e6e9109a904a1e002c0170fcb0af1dfa095974c38e54d
0x739707be07a38bc4abdbc1700f2d9bb80287afd52e6134178a9301cb8af28ef6
0xb8b040efbf31eb720ebfc03d8e87867d4debe8c11d11e595ec66f5299ab3116e
0x4e79b732d257989b98bd31a39f784d9c0b1ac32ad7d1f827e7cf814a79396edb
0x16bbe075027d8b59ab33ef3ab4e048c9bc4e5fd27f213d0ce5b86133ae7316ad
0x96faed0ce8c7954d4d0c64a17a266fe9033bda4d58dbcbce5e30332cb058a0ec
0xa8b9a3c423246a0baddc159bab5cc03b0d3c14a81753b8e46bbc4a7a82d96d47
0x16e846ec61c71035e8d764a75f0b9501174fc9808ee46e8c0b79f0547b750a71

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