Fishy Fam Bait
Verified contract
Active on
Ethereum with 3,309 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x63fa…c8af
Balances ($0.00)
No balances found for "Fishy Fam Bait"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21328105 | 7 days ago | | | 0 | 0.00040224208 | |
| 21296258 | 12 days ago | | | 0 | 0.00024952564 | |
| 21296258 | 12 days ago | | | 0 | 0.00024952564 | |
| 21048222 | 2 months ago | | | 0 | 0.00012001788 | |
| 21048220 | 2 months ago | | | 0 | 0.00011389134 | |
| 21048215 | 2 months ago | | | 0 | 0.00011204322 | |
| 20107106 | 6 months ago | | | 0 | 0.000064784090 | |
| 20063040 | 6 months ago | | | 0 | 0.00034677130 | |
| 19692576 | 8 months ago | | | 0 | 0.00018161147 | |
| 19630241 | 8 months ago | | | 0 | 0.00031389694 |
ABI
ABI objects
Getter at block 21379231
cap() view returns (uint256)
11000000000000000000000
decimals() view returns (uint8)
18
fishyFamContract() view returns (address)
0x63fa29fec10c997851ccd2466dad20e51b17c8af
isSaleActive() view returns (bool)
true
mintlistMerkleRoot() view returns (bytes32)
0xf0348f4dd6d5627c989a48ed7d092c46ee088b74c24c9f5d0d5126b3dfbc3831
name() view returns (string)
Fishy Fam Bait
owner() view returns (address)
0xce11d6fb4f1e006e5a348230449dc387fde850cc
paused() view returns (bool)
false
symbol() view returns (string)
BAIT
totalSupply() view returns (uint256)
4498000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimedMinters(address) view returns (bool)
claimedTokenIds(uint256) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimFromMintlist(bytes32[] proof)
claimFromTokens(uint256[] tokenIds)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintOwner(address to, uint256 amount)
pause()
renounceOwnership()
setIsSaleActive(bool newIsSaleActive)
setMintlistMerkleRoot(bytes32 newMintlistMerkleRoot)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 limit, address fishyFamContratAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.