LivesOfSBF
Verified contract
Active on
Ethereum with 2,770 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 "LivesOfSBF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19077768 | 10 months ago | | | 0 | 0.00063534813 | |
| 18974071 | 10 months ago | | | 0 | 0.0014848748 | |
| 18732002 | a year ago | | | 0 | 0.0014994284 | |
| 18597223 | a year ago | | | 0 | 0.0011672712 | |
| 18008352 | a year ago | | | 0 | 0.00052571280 | |
| 18007451 | a year ago | | | 0 | 0.00083715477 | |
| 17947185 | a year ago | | | 0 | 0.00054637543 | |
| 17947184 | a year ago | | | 0 | 0.00056961551 | |
| 17947182 | a year ago | | | 0 | 0.00081310885 | |
| 17700879 | a year ago | | | 0 | 0.00058743016 |
ABI
ABI objects
Getter at block 21207313
MAX_SUPPLY() view returns (uint256)
1000
baseURI() view returns (string)
ipfs://QmVaBFpmwAt1w4MJJotbPKgCJrpLxArgYGfo6LAEkRmJLT/
contractURI() view returns (string)
ipfs://QmeXZ11J5CmuKzwcfrkS3kcerVoKJVs5b6T4qqBei7FFoH
name() view returns (string)
LivesOfSBF
owner() view returns (address)
0x8d1c2c3692ea735588e08d1339e5a2117ffc63ca
paused() view returns (bool)
false
symbol() view returns (string)
SBF
totalSupply() view returns (uint256)
1000
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 approve(address to, uint256 tokenId)
bankrupt(bytes4 _check) payable
fuckCaroline(address _to, uint256 _amount)
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_)
setContractURI(string _contractURI)
toggleOrgy()
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)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()