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 "Beowoofs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16092752 | 2 years ago | | | 0 | 0.00041495082 | |
| 16033104 | 2 years ago | | | 0 | 0.00043206139 | |
| 15933536 | 2 years ago | | | 0 | 0.0034406963 | |
| 15749052 | 2 years ago | | | 0 | 0.00076062931 | |
| 15656745 | 2 years ago | | | 0 | 0.00024516987 | |
| 15647881 | 2 years ago | | | 0 | 0.0016553296 | |
| 15647800 | 2 years ago | | | 0.06 | 0.0052957367 | |
| 15645578 | 2 years ago | | | 0 | 0.00036014579 | |
| 15645563 | 2 years ago | | | 0 | 0.00032820803 | |
| 15635830 | 2 years ago | | | 0 | 0.00081040742 |
ABI
ABI objects
Getter at block 21294689
baseURI() view returns (string)
https://qtkxlva3y9.execute-api.us-east-1.amazonaws.com/prod/
beowoofLaunchTime() view returns (uint256)
1647788184
getCurrentBeowoof() view returns (uint256)
23
initialURI() view returns (string)
QmTkZVj7frFyZRg8owesZCJrd1LjjeE7sWsQVJjG6aph4f/
isLeveledUpTime() view returns (bool levelUp)
true
levelUpUri() view returns (string)
levelUp/
name() view returns (string)
Beowoofs
nextLevelUpTime() view returns (uint256)
1296000
owner() view returns (address)
0x5e40239c87f8e0c8bc7a12937ea249290401ba89
price() view returns (uint256)
60000000000000000
symbol() view returns (string)
BWF
totalSupply() view returns (uint256)
23
Read-only
balanceOf(address owner) view returns (uint256)
beowoofs(uint256) view returns (uint8 colorCode, uint8 gender, uint8 background, uint8 body, uint8 collar, uint8 face, uint8 mouth, uint16 attributes)
beowoofsWithColor(uint256) view returns (uint256 counter, uint256 supply)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
levelUpMyBeowoof(uint256 tokenId) returns (bool leveledUp)
preMintBeowoof(uint8 _colorCode)
renounceOwnership()
safeMintBeowoof(uint8 _colorCode) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAttributes(uint16 _attributes, uint256 _tokenId)
setBaseURI(string __baseURI)
setInitialUri(string _initialURI)
setLeveledUpTime(uint256 _nextLevelUpTime)
setLeveledUpUri(string _levelUpUri)
setTokenURI(uint256 tokenId, string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeowoofMinted(address Beowoof, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseURI(string arg0)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address arg0)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.