THETWOBOYS

Verified contract

Proxy

Active on Ethereum with 9,123 txns
Deployed by via 0x4af7d118 at 15896571
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
9 additional variables

No balances found for "THETWOBOYS"

0xa482912ba3db12d1fc26b523bc9b88a6f1a0f2bf1bd31f0185800777760ecd9d
0x50f84c1c0bf62cd2450b5e2d0669e335d0ccc9f7a4483b4b1ce21049ced21bdf
0x0f5f037aaa30ee09c0b539134ede83ffdf1e815df9c4be347a172b20a3126226
0x1f098dd74f22e2c4c52c10da7b7e004c954bdd0cbf0f60d80ed71f0abfba5278
0x07fbb465e5df0e68596d21001e2621b53d857618144bf46adb2abf145b1a8ef3
0x0f361d989da6a9e7d8b340bec747b3cb4be5feab144ca6e62e321fd61c767690
0x1035c07848bf25900be3787d0b2aad7a4c6fe026b5bbf451fc6f33bd0149f2c7
0xf9e2b6619329747a246d30725573a9f8af30f0d673f77207f34ee2298c98667a
0x664c87bd1cdb0413ea4f21acda8d6959825fb06d67987cf1fc2d11e693ebc858
0x92ed23c7b040fa6f5e384711b778a15366757005e4d21511a4c626c683e4870e

Functions
Getter at block 21100262
MAX_FREE_MINT_PER_WALLET(view returns (uint256)
2
TOTAL_MAX_SUPPLY(view returns (uint256)
4501
name(view returns (string)
THETWOBOYS
owner(view returns (address)
0x35f9158c7fce393f7ff100a03b0cdaaa79fc456b
 
proxiableUUID(view returns (bytes32)
saleState(view returns (uint8)
0
signatureVerifier(view returns (address)
0x7e7c14a0707f8b17a9838066c897997d43cdf843
stakingController(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TheTwoBoys
totalSupply(view returns (uint256)
4500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
hashMessage(address _senderuint256 _nonceuint8 mintTypepure returns (bytes32)
isApprovedForAll(address owneraddress operatorview returns (bool)
isStaked(uint256 tokenIdview returns (bool)
numberFreeMinted(addressview returns (uint256)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenToIsStaked(uint256view returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usedHashes(bytes32view returns (bool)
State-modifying
approve(address touint256 tokenId
freeMint(bytes _signatureuint256 _noncebool _toStake
initialize(
ownerMint(uint256 _numberToMint
ownerMintAndStake(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
pauseMint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setSaleActive(
setSignatureVerifier(address _signatureVerifier
setStakingController(address _stakingController
stakeFromController(uint256 tokenIdaddress originator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unstakeFromController(uint256 tokenIdaddress originator
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawFunds(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Staked(uint256 tokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unstaked(uint256 tokenId
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
CallerIsAnotherContract(
HashWasAlreadyUsed(
MintToZeroAddress(
MintWouldExceedMaxAllocation(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
PublicSaleIsNotActive(
PurchaseWouldExceedMaxSupply(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnrecognizeableHash(