BOTTLE

Verified contract

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

No balances found for "BOTTLE"

0x6c40ee62c4de9e1fa58affe8b1d24f01ba071419dd62e64f9adbd77a422fb822
0xc02e4eb4a404c8b115b7e7bab97bbc0978bc21755015e3cbd8fb4ee2514d3a91
0x370a6f4ad83afb3e3905e3432ae006b2e54fd0405bf21b891ac60ba35348f869
0xe51d826cc41a49bbd0b1700b8b609e4642fc373901d2aa6e40a14aeda69029d9
0x3adc2eec1b1cd7e4366cb9d0b0f720ae75797cbc11c87eeea2fe7e9942450088
0x4b1c0cf097bd19cb9b7ac76f1221b4e9148ffff0aec1d838e937c3854bba0cd5
0xe907ee0edc7e78080703a2dc138fdd8208514e306f71de6086cdb1b926b0a5a7
0x2e388beba21c8626705cf5c480298befc12e8587c97aa7d00096eee7f59fd747
0x6e152bf3730b02654e79ab4a7ef52ecd593b197cf49686601b9801a742b17969
0x1012c305469a8207de9eb3f259a9087a76afdb9eb71564800634d9a7f28efb84

Functions
Getter at block 23215346
 
cupmanContract(view 
decimals(view returns (uint8)
18
gamingDetector(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
BOTTLE
symbol(view returns (string)
BOTTLE
totalSupply(view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
dernutRef(
dernutRefOver(uint8 roundId
setGamingDetector(address detector
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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