Token
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 10 additional slots
Balances ($0.00)
No balances found for "Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Token"
ABI
ABI objects
Getter at block 21223499
concentratedPercent() view returns (string)
0%
creator() view returns (address)
0x0000000000000000000000000000000000000000
creatorFee() view returns (string)
0%
decimals() view returns (uint8)
18
initialMarketCap() view returns (string)
0 ETH
name() view returns (string)
pool() view returns (address)
0x0000000000000000000000000000000000000000
positions() view returns (uint256 lower, uint256 upper)
(lower=0, upper=0)
source() view returns (string)
Created with Bossman's Bakery (bakery.mullet.capital)!
symbol() view returns (string)
team() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
upperMarketCap() view returns (string)
0 ETH
Read-only
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
collectTradingFees()
initialize(address _creator, string _name, string _symbol, uint256 _totalSupply, uint256 _initialMarketCap, uint256 _upperMarketCap, uint256 _concentratedPercent, uint256 _creatorFee) payable
lock()
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.