SOURCE ON BASE
Unverified contract
Proxy
Active on
Base with 152 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "SOURCE ON BASE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17173760 | 4 months ago | | | 0 | 3.9229054e-7 | |
| 12617940 | 8 months ago | | | 0 | 0.000000600119963950 | |
| 12441601 | 8 months ago | | | 0 | 0.000000608961245360 | |
| 11797733 | 8 months ago | | | 0 | 3.6463542e-7 | |
| 8374555 | a year ago | | | 0 | 0.000000062270000000 | |
| 7682029 | a year ago | | | 0 | 0.000000062273113500 | |
| 6697606 | a year ago | | | 0 | 0.000000000030574570 | |
| 6406736 | a year ago | | | 0.001998 | 0.000000049505098069 | |
| 6333266 | a year ago | | | 0.001998 | 0.000000000039373521 | |
| 6279625 | a year ago | | | 0.000999 | 0.000000012241788420 |
ABI
ABI objects
Getter at block 22952060
DERIVATIVE_FEE() view returns (uint256)
999000000000000
contractURI() view returns (string)
ipfs://Qmckzqq1aUKZxjDJzLdkRZMeNFx3mGtFg9QsaL4fG8nRCh
creatorProceedRecipient() view returns (address)
0xe510d8906826b234ce3b59be54d669dec21a0a6b
derivativeFeeRecipient() view returns (address)
0xd87ef4e54770bb02ccdbf0caa22ffd33dbddbfb4
maxSupply() view returns (uint256)
0
mintLimitPerWallet() view returns (uint256)
0
name() view returns (string)
SOURCE ON BASE
owner() view returns (address)
0xf2254525e9f2147990279ba450fb23432040dfdd
price() view returns (uint256)
0
saleEndTime() view returns (uint256)
1699684035
symbol() view returns (string)
SOB
totalSupply() view returns (uint256)
173
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, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
initialize(address _creator, string _name, string _symbol, string _uri, address _creatorProceedRecipient, address _derivativeFeeRecipient, uint256 _price, uint256 _maxSupply, uint256 _mintLimitPerWallet, uint256 _saleEndTime, uint96 _secondaryRoyaltyBps)
purchase(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DerivativeFeePayout(uint256 value, address recipient)
FundsWithdrawal(address indexed withdrawnBy, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProceedsPayout(uint256 value, address recipient)
Sale(address to, uint256 quantity, uint256 pricePerToken, uint256 firstTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()