The Yearbook Club
Verified contract
Active on
Ethereum with 671 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,521.70)
Native
Value
$1,496.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.37989 | $3,939.57 |
$1,496.6 | |
WETH | ERC-20 | 0.006372 | $3,939.14 |
$25.1 | |
ERC-20 | 0.011 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014028 | 2 months ago | | | 0 | 0.00049974121 | |
| 20984480 | 2 months ago | | | 0 | 0.00082771390 | |
| 20984455 | 2 months ago | | | 0 | 0.00081234799 | |
| 20755950 | 3 months ago | | | 0 | 0.00014603534 | |
| 20580639 | 4 months ago | | | 0 | 0.000047417279 | |
| 20580636 | 4 months ago | | | 0 | 0.000063770068 | |
| 20533560 | 4 months ago | | | 0 | 0.00013716833 | |
| 20533552 | 4 months ago | | | 0 | 0.00012438006 | |
| 19927359 | 7 months ago | | | 0 | 0.00065695494 | |
| 19871624 | 7 months ago | | | 0.037 | 0.00053125693 |
ABI
ABI objects
Getter at block 21387933
MAX_PURCHASE() view returns (uint256)
6
MAX_TOKENS() view returns (uint256)
5555
name() view returns (string)
The Yearbook Club
owner() view returns (address)
0x25041bd00af867b2d4cbbb5190178f8046ae51d6
preSaleIsActive() view returns (bool)
false
root() view returns (bytes32)
0xc0dfc4b72ac0db46aa431a933e9ab916f04e280d2bfd3db6ddb433ae54981fd9
saleIsActive() view returns (bool)
true
symbol() view returns (string)
YBC
tokenPrice() view returns (uint256)
37000000000000000
totalSupply() view returns (uint256)
1319
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address to, uint256 numberOfTokens)
approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mint(uint256 numberOfTokens) payable
mintPreSale(uint256 numberOfTokens, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseURI)
setRoot(bytes32 _root)
setRoyalties(uint16 _royalties)
setRoyaltyReceiver(address receiver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ROYALTIESUPDATED(uint256 royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.