Roasting Firepit
Verified contract
Active on
Ethereum with 4,508 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 "Roasting Firepit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20918003 | 2 months ago | | | 0 | 0.00022778966 | |
| 20104402 | 5 months ago | | | 0 | 0.00017121411 | |
| 19748324 | 7 months ago | | | 0 | 0.00023844712 | |
| 19748324 | 7 months ago | | | 0 | 0.00023927575 | |
| 19748286 | 7 months ago | | | 0 | 0.00019156538 | |
| 19717674 | 7 months ago | | | 0 | 0.00030187948 | |
| 19693298 | 7 months ago | | | 0 | 0.00014732688 | |
| 19693298 | 7 months ago | | | 0 | 0.00014681667 | |
| 18946049 | a year ago | | | 0 | 0.00045843840 | |
| 18895322 | a year ago | | | 0 | 0.00038157224 |
ABI
ABI objects
Getter at block 21260330
MAX_SUPPLY() view returns (uint256)
5000
START_ADDRESS() view returns (address)
0x52cf48ec3485c2f1312d9f1f1ddd3fca9cc232e3
baseExtension() view returns (string)
.json
blackHole() view returns (address)
0x000000000000000000000000000000000000dead
initial() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Roasting Firepit
owner() view returns (address)
0x52cf48ec3485c2f1312d9f1f1ddd3fca9cc232e3
symbol() view returns (string)
Roasting Firepit
tokenAaddress() view returns (address)
0x6079ea481ebb901568e294e8dcdecff6ac451b1a
tokenBaddress() view returns (address)
0xd33b79f237508251e5740c5229f2c8ea47ee30c8
totalSupply() view returns (uint256)
4620
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
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)
setUp20Token(address _tokenB)
setUpToken(address _tokenA)
setUpstartAddress(address _addr)
synthesisMint(uint256[] _tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()