Shark Boy Fight Club
Verified contract
Active on
Ethereum with 9,218 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 |
---|---|---|---|---|---|
SBFC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122515 | 5 days ago | | | 0 | 0.00078945431 | |
| 21083251 | 11 days ago | | | 0 | 0.00064079686 | |
| 21025124 | 19 days ago | | | 0 | 0.00014639930 | |
| 20954956 | a month ago | | | 0 | 0.00039522952 | |
| 20952486 | a month ago | | | 0 | 0.00038178455 | |
| 20938236 | a month ago | | | 0 | 0.00035625677 | |
| 20904050 | a month ago | | | 0 | 0.00017353624 | |
| 20899529 | a month ago | | | 0 | 0.00029865496 | |
| 20899476 | a month ago | | | 0 | 0.00022388323 | |
| 20846725 | a month ago | | | 0 | 0.00030499953 |
ABI
ABI objects
Getter at block 21158564
MAX_TOKENS() view returns (uint256)
8888
NUMBER_RESERVED_TOKENS() view returns (uint256)
188
PRE_SALE_PRICE() view returns (uint256)
30000000000000000
PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
Shark Boy Fight Club
owner() view returns (address)
0xd6bd1496efbb9784e3cacf3cc9031ae4ff5bc62a
preSaleIsActive() view returns (bool)
false
reservedTokensMinted() view returns (uint256)
187
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SBFC
totalSupply() view returns (uint256)
8887
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount) payable
mintTokenPreSale(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.