FTXinPrison
Verified contract
Active on
Ethereum with 187 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 "FTXinPrison"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20099828 | 6 months ago | | | 0 | 0.000075388982 | |
| 16331860 | 2 years ago | | | 0 | 0.0029560859 | |
| 16185745 | 2 years ago | | | 0 | 0.00070207319 | |
| 16183874 | 2 years ago | | | 0 | 0.00096766557 | |
| 16183798 | 2 years ago | | | 0 | 0.00093256850 | |
| 16183798 | 2 years ago | | | 0 | 0.00093256850 | |
| 16183798 | 2 years ago | | | 0 | 0.00053406063 | |
| 16183798 | 2 years ago | | | 0 | 0.00093256850 | |
| 16183798 | 2 years ago | | | 0 | 0.00093256850 | |
| 16183798 | 2 years ago | | | 0 | 0.00053406063 |
ABI
ABI objects
Getter at block 21313345
IS_SALE_ACTIVE() view returns (bool)
true
MAX_PER_TX() view returns (uint16)
3
MAX_SUPPLY() view returns (uint256)
333
PRICE() view returns (uint256)
3000000000000000
name() view returns (string)
FTXinPrison
owner() view returns (address)
0x75c5cdf1f44564d96a757c971681988be9046d64
symbol() view returns (string)
FTXP
totalSupply() view returns (uint256)
333
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Mint(uint256 quantity) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setURI(string URI)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string Name, string Symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()