Menlo One
Verified contract
Active on
Ethereum with 9,320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101102 | 8 days ago | | | 0 | 0.00059571099 | |
| 20851108 | a month ago | | | 0 | 0.00016505658 | |
| 20649803 | 2 months ago | | | 0 | 0.00013256085 | |
| 20604116 | 3 months ago | | | 0 | 0.000040950855 | |
| 20561132 | 3 months ago | | | 0 | 0.00013910162 | |
| 20351258 | 4 months ago | | | 0 | 0.000082195624 | |
| 20350304 | 4 months ago | | | 0 | 0.00017818117 | |
| 20332451 | 4 months ago | | | 0 | 0.00023080268 | |
| 20307189 | 4 months ago | | | 0 | 0.00011150976 | |
| 20277503 | 4 months ago | | | 0 | 0.00082709196 |
ABI
ABI objects
Getter at block 21160742
ADVISOR_SUPPLY() view returns (uint256)
100000000000000000000000000
GROWTH_SUPPLY() view returns (uint256)
246000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
PARTNER_SUPPLY() view returns (uint256)
100000000000000000000000000
PUBLICSALE_SUPPLY() view returns (uint256)
354000000000000000000000000
TEAM_SUPPLY() view returns (uint256)
200000000000000000000000000
advisorTimelock() view returns (address)
0xc85ff64317db5350d23e3066accef2b493a39d49
crowdsale() view returns (address)
0xdd782bc3c2593e6229b42806c1928e864f74fe57
decimals() view returns (uint8)
18
name() view returns (string)
Menlo One
owner() view returns (address)
0xfb37203c94fe35f1e11cf4d8c10cd5f8703ce49d
paused() view returns (bool)
false
symbol() view returns (string)
ONE
teamTimelock() view returns (address)
0x597db3138d3e1355dad2788de0602c3a5faa41ac
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
initializeCrowdsale(address _crowdsale)
pause()
reclaimToken(address _token)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, uint256 _action, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _growth, address _teamTimelock, address _advisorTimelock, address _partner)
This contract contains no fallback and receive objects.
This contract contains no error objects.