FLUF World: Burrows
Verified contract
Active on
Ethereum with 16,195 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($126.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYLO | ERC-20 | 189.284975K | $0.00067 |
$126.8 | |
Groyper | ERC-20 | 1 | $0.034016 |
$0.03 | |
BURROWS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163348 | 18 hours ago | | | 0 | 0.00064850516 | |
| 21131135 | 5 days ago | | | 0 | 0.0016445199 | |
| 21120839 | 7 days ago | | | 0 | 0.00024219805 | |
| 21115061 | 7 days ago | | | 0 | 0.00034087950 | |
| 21113305 | 8 days ago | | | 0 | 0.00022842290 | |
| 21107344 | 9 days ago | | | 0 | 0.00033780747 | |
| 21106339 | 9 days ago | | | 0 | 0.00010039772 | |
| 21106067 | 9 days ago | | | 0 | 0.00024148636 | |
| 21106065 | 9 days ago | | | 0 | 0.00023047975 | |
| 21104688 | 9 days ago | | | 0 | 0.000080434365 |
ABI
ABI objects
Getter at block 21168737
MAX_BURROWS() view returns (uint256)
10500
MAX_MINT() view returns (uint256)
5
_beneficiaryWallet() view returns (address)
0xabc1f4db8d6cc2b4df9296a1852ba1ff8d190a7f
baseTokenURI() view returns (string)
https://burrows-api.fluf.world/api/token/
name() view returns (string)
FLUF World: Burrows
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xf6cd7a935e3c339a68b7ccec1897284830af8ac7
symbol() view returns (string)
BURROWS
totalSupply() view returns (uint256)
10500
Read-only
_hash(string salt, address _address) view returns (bytes32)
_recover(bytes32 hash, bytes token) pure returns (address)
_verify(bytes32 hash, bytes token) view returns (bool)
allowedContractsInWindow(uint256, address) view returns (bool)
balanceOf(address owner) view returns (uint256)
currentContractIsAllowedToMint(address contractAddress) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasTokenMintedBatch(address[] _contractAddresses, uint256[] _tokens) view returns (bool[])
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenOwner(address _contractAddress, uint256 tokenId, address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenMinted(address, uint256) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedToken(bytes) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
forwardEther(address _to) payable
mint(address[] contractAddresses, uint256[] tokenIdsToMint) payable
publicMint(string salt, bytes token, 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)
setStateToFinished()
setStateToSetup()
setTokenURI(string tokenUriBase_)
startPublicSale()
startWindowOne()
startWindowThree()
startWindowTwo()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAllowedContractsInWindow(uint256 window, address contractAddress, bool allowed)
updateBeneficiaryWallet(address _wallet)
updateSigner(address __signer)
withdrawAll(address recipient)
withdrawAllViaCall(address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BalanceWithdrawn(address recipient, uint256 value)
Minted(address minter, address[] contractAddresses, uint256[] tokenIdsToMint, uint256 fromTokenId, uint256 toTokenId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMinted(address minter, uint256 amount)
SignerChanged(address signer)
StateChanged(uint8 _state)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.