The Family Mooks Pre-Sale
Verified contract
Active on
Ethereum with 3,117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Family Mooks Pre-Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20985709 | 24 days ago | | | 0 | 0.00040566572 | |
| 19708881 | 7 months ago | | | 0 | 0.00017217798 | |
| 16730489 | 2 years ago | | | 0 | 0.0010944363 | |
| 16730482 | 2 years ago | | | 0 | 0.0011596124 | |
| 15580767 | 2 years ago | | | 0 | 0.000093480875 | |
| 15465829 | 2 years ago | | | 0 | 0.00019541556 | |
| 15357586 | 2 years ago | | | 0 | 0.00022730991 | |
| 15162539 | 2 years ago | | | 0 | 0.00076674783 | |
| 14998924 | 2 years ago | | | 0 | 0.0012995989 | |
| 14806071 | 2 years ago | | | 0 | 0.0010342861 |
ABI
ABI objects
Getter at block 21158628
_isOpen() view returns (bool)
false
_price() view returns (uint256)
150000000000000000
_purchaseLimit() view returns (uint256)
2
decimals() view returns (uint8)
18
name() view returns (string)
The Family Mooks Pre-Sale
owner() view returns (address)
0x8c5d96b91b85d232b9b0c0f00b50e50b20ed4299
symbol() view returns (string)
MOOK
totalSupply() view returns (uint256)
2206000000000000000000
Read-only
_mintCount(address) view returns (uint256)
_whitelisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addWhitelist(address[] accounts)
approve(address spender, uint256 amount) returns (bool)
changePrice(uint256 price)
changePurchaseLimit(uint256 purchaseLimit)
create(uint256 amount) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroy(uint256 amount)
emptyETHBalance()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
open()
removeWhitelist(address[] accounts)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Create(uint256 amount)
Delisted(address account)
Destroy(uint256 amount)
Open(bool isOpen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Price(uint256 price)
PurchaseLimit(uint256 limit)
Transfer(address indexed from, address indexed to, uint256 value)
Whitelisted(address account)
constructor(string name, string symbol, uint256 price, uint256 purchaseLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.