Shadow of the Beast

Unverified contract

Proxy

Active on Ethereum with 2,485 txns
Deployed by via 0x27f7a008 at 14945291
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
12 additional variables

No balances found for "Shadow of the Beast"

0x46d612ed8517dc24bc5d0b479c35e6c1ce60b805fa51467191e8f62e9b54e479
0xc0f1016d7181447f1ae3c194a75fe72cbc66c71e33c2507a130a769ed2b75d61
0x4b9da223f51df57321ffa9475279ff84344794ea996e88f57223357a13771bb1
0x3a5c1f61500f174b7102d39d8c76c93c024339d44bd8b977b685686b84e665eb
0x7f4b4fc284795cf112010dab9aa8fd14ddc580ed133c6085cad9f2eabe82159d
0xb19a95dc16d8691931683c4383124b068ed5a942bb12d9c2b9634e1337cc938c
0x1d5a02cb308707a18178831cf4b6c145fba60c67d57b43d3a898a1edf24960ea
0x20e3b2ed20b8cb686580dc069aa939bc37861743eae60b9b6ddc54f44e1c5bad
0x4faa6416736caf72742ba18e958ad827f1399cc958cfce30db17716b2c27d1a4
0x9f4de36d0e28404900309c1ebab0e4b4426f200c0d64665b7d03a9aaaed2f0c5

Functions
Getter at block 21168721
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x8410890F7Ff1BD4AbF36DB8d9f2D36aBfFEdE111], [49, 951])
maxPerMint(view returns (uint32)
1
maxPerWallet(view returns (uint32)
2
name(view returns (string)
Shadow of the Beast
open(view returns (bool)
true
owner(view returns (address)
0x8410890f7ff1bd4abf36db8d9f2d36abffede111
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
3
referralOpen(view returns (bool)
true
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
1000
symbol(view returns (string)
sotb
totalSupply(view returns (uint256)
1000
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(