The Shark Mob
Verified contract
Active on
Ethereum with 3,363 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "The Shark Mob"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21317674 | a day ago | | | 0 | 0.0019526931 | |
| 21205296 | 17 days ago | | | 0 | 0.00044464776 | |
| 21173401 | 21 days ago | | | 0 | 0.0014255147 | |
| 21166008 | 22 days ago | | | 0 | 0.0021053069 | |
| 20505793 | 4 months ago | | | 0 | 0.000094189730 | |
| 20453646 | 4 months ago | | | 0 | 0.000045671597 | |
| 20368474 | 4 months ago | | | 0 | 0.00024404633 | |
| 20202027 | 5 months ago | | | 0 | 0.000074767076 | |
| 20198383 | 5 months ago | | | 0 | 0.000066951333 | |
| 20096320 | 6 months ago | | | 0 | 0.00038259758 |
ABI
ABI objects
Getter at block 21325132
contractURI() view returns (string)
ipfs://QmP1iGbcHef34cv3RGH7Z26zAyyzBc5w8iDsEUjP2HuWAt
flashLive() view returns (bool)
false
locked() view returns (bool)
false
maxFlashSale() view returns (uint256)
300
maxPresale() view returns (uint256)
2500
maxSupply() view returns (uint256)
3000
name() view returns (string)
The Shark Mob
owner() view returns (address)
0x8f518cdf0330c201d96abb850d052013b819f12d
presaleLive() view returns (bool)
false
pricePerToken() view returns (uint256)
80000000000000000
pricePerTokenFlashSale() view returns (uint256)
70000000000000000
pricePerTokenPresale() view returns (uint256)
70000000000000000
saleLive() view returns (bool)
true
symbol() view returns (string)
TSM
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) 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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adminMint(uint256 qty, address to)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxPresale(uint256 _newMaxPresale)
changePriceFlash(uint256 newPrice)
changePricePresale(uint256 newPrice)
changePricePublicSale(uint256 newPrice)
decreaseMaxSupply(uint256 newMaxSupply)
flashBuy(uint256 qty) payable
lockMetadata()
presaleBuy(uint256 qty) payable
publicBuy(uint256 qty) payable
reclaimERC20(address erc20Token)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newuri)
setIPFSProvenance(string _ipfsProvenance)
toggleFlashStatus()
togglePresaleStatus()
togglePublicSaleStatus()
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.