THETWOBOYS
Verified contract
Proxy
Active on
Ethereum with 9,123 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "THETWOBOYS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20523213 | 3 months ago | | | 0 | 0.000035941089 | |
| 20499825 | 3 months ago | | | 0 | 0.000041697210 | |
| 20497822 | 3 months ago | | | 0 | 0.000065254817 | |
| 20396146 | 3 months ago | | | 0 | 0.00013158552 | |
| 20150769 | 4 months ago | | | 0 | 0.000055995896 | |
| 20150768 | 4 months ago | | | 0 | 0.000057882344 | |
| 19958628 | 5 months ago | | | 0 | 0.00033408179 | |
| 19929821 | 5 months ago | | | 0 | 0.00015961371 | |
| 19891238 | 6 months ago | | | 0 | 0.00016889347 | |
| 19880343 | 6 months ago | | | 0 | 0.00019265869 |
ABI
ABI objects
Getter at block 21100262 proxiableUUID() view returns (bytes32)
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
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
hashMessage(address _sender, uint256 _nonce, uint8 mintType) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isStaked(uint256 tokenId) view returns (bool)
numberFreeMinted(address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToIsStaked(uint256) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedHashes(bytes32) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(bytes _signature, uint256 _nonce, bool _toStake)
initialize()
ownerMint(uint256 _numberToMint)
ownerMintAndStake(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
pauseMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSaleActive()
setSignatureVerifier(address _signatureVerifier)
setStakingController(address _stakingController)
stakeFromController(uint256 tokenId, address originator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstakeFromController(uint256 tokenId, address originator)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawFunds()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unstaked(uint256 tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
CallerIsAnotherContract()
HashWasAlreadyUsed()
MintToZeroAddress()
MintWouldExceedMaxAllocation()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
PublicSaleIsNotActive()
PurchaseWouldExceedMaxSupply()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnrecognizeableHash()