Semol Birbs
Verified contract
Proxy
Active on
Ethereum with 16,185 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 42 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Semol Birbs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103760 | 14 days ago | | | 0 | 0.00012593700 | |
| 21101632 | 14 days ago | | | 0 | 0.00040893863 | |
| 21084777 | 17 days ago | | | 0 | 0.00050441668 | |
| 20998907 | a month ago | | | 0 | 0.00036151475 | |
| 20978194 | a month ago | | | 0 | 0.0010770284 | |
| 20940546 | a month ago | | | 0 | 0.00074775273 | |
| 20728773 | 2 months ago | | | 0 | 0.00014636430 | |
| 20588606 | 3 months ago | | | 0 | 0.000050756129 | |
| 20119575 | 5 months ago | | | 0 | 0.00050507731 | |
| 20119563 | 5 months ago | | | 0 | 0.00046620457 |
ABI
ABI objects
Getter at block 21204940
implementation() pure returns (address)
0x1ad74ab09a04f0f5f3ceeefabcf79dd823f96e7b
config() view returns (address signer, uint16 maxSupply, uint16 reserveAmount, bool offsetEnabled, bool operatorFilterEnabled, bool revealed)
(signer=0x212f330e88d8258068c05005d1b505dcf98332fa, maxSupply=6969, reserveAmount=69, offsetEnabled=true, operatorFilterEnabled=true, revealed=true)
mintSettings() view returns (uint8 status, uint16 maxPerAddress, uint112 privatePrice, uint112 publicPrice)
(status=1, maxPerAddress=1, privatePrice=0, publicPrice=0)
name() view returns (string)
Semol Birbs
owner() view returns (address)
0x679c9a7fb9379b3673a1a6687b17131e4599ef3c
provenanceHash() view returns (string)
0x260f3401e7d687850cd345d5c3950a419aee8703af4d6dcb7076dd42f7e1f74c
symbol() view returns (string)
SEM
tokenOffset() view returns (uint256)
5298
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100000
totalSupply() view returns (uint256)
6969
uri() view returns (string)
ipfs://QmWsZXhn7cbJhtSVrZvtL9JhqFUCzW6dgwMYcYwubiJxNG/
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
initialize(string _name, string _symbol, string _uri, string _provenanceHash, struct StructERC721Config _config) payable
initializeMint(address[] _payees, uint256[] _shares, struct StructERC721MintSettings _mintSettings, bytes _receipt, uint256 _nonce) payable
lockFunction(bytes4 id)
privateMint(uint256 amount, bytes signature) payable
publicMint(uint256 amount) payable
release(address account)
release(address token, address account)
releaseAll() 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)
setMintSettings(struct StructERC721MintSettings newMintSettings, bytes receipt, uint256 nonce) payable
setOffset(bool useVRF) payable
setOperatorFilter(bool enabled) payable
setProvenanceHash(string newProvenanceHash) payable
setRevealed(bool revealed, string newUri) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes data)
fallback()
receive()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
StructERC721_ExceedsMaxPerAddress()
StructERC721_FunctionLocked()
StructERC721_InsufficientSupply()
StructERC721_InvalidConfiguration()
StructERC721_InvalidMetadataState()
StructERC721_InvalidMintStatus()
StructERC721_InvalidSignature()
StructERC721_InvalidTransactionValue()
StructERC721_NoContractMinting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()