Brendan Fernandes Souvenir
Verified contract
Active on
Ethereum with 168 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Brendan Fernandes Souvenir"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18403249 | a year ago | | | 0 | 0.00031485066 | |
| 17350557 | 2 years ago | | | 0.1 | 0.0036028244 | |
| 17032902 | 2 years ago | | | 0 | 0.0010817477 | |
| 16472892 | 2 years ago | | | 0 | 0.00072948974 | |
| 16319774 | 2 years ago | | | 0 | 0.00075338216 | |
| 16016253 | 2 years ago | | | 0 | 0.00063265778 | |
| 15994751 | 2 years ago | | | 0.1 | 0.0020244360 | |
| 15213589 | 2 years ago | | | 0 | 0.0010777292 | |
| 15036948 | 2 years ago | | | 0 | 0.0020257562 | |
| 14988431 | 2 years ago | | | 0 | 0.0013716577 |
ABI
ABI objects
Getter at block 21320820
active() view returns (bool)
true
artistPayoutAddress() view returns (address)
0x74e6515bf6b75719892ec01feb639adee87a284b
completed() view returns (bool)
false
contractURI() view returns (string)
https://ipfs.imnotart.com/ipfs/QmZTPfna2V16oqqdsZz7SQNcqtSgkk3DxRHKdYqHFHiH7Y
contractUri() view returns (string)
https://ipfs.imnotart.com/ipfs/QmZTPfna2V16oqqdsZz7SQNcqtSgkk3DxRHKdYqHFHiH7Y
imnortArtPayoutAddress() view returns (address)
0x74e6515bf6b75719892ec01feb639adee87a284b
imnotArtInitialSaleBps() view returns (uint256)
2860
invocations() view returns (uint256)
191
maxInvocations() view returns (uint256)
1000
maxPerAddress() view returns (uint256)
10
metadataBaseUri() view returns (string)
https://ipfs.imnotart.com/ipfs/QmXx5ZXwrAhGFpWCVgDjJENRTkRWpCzoTK4fp6UZ7HLJrZ/
mintPriceInWei() view returns (uint256)
100000000000000000
name() view returns (string)
Brendan Fernandes Souvenir
nextTokenId() view returns (uint256)
191
owner() view returns (address)
0x9cf47bea4ad602c2be685ae1b29003e383764b18
paused() view returns (bool)
false
presale() view returns (bool)
false
royaltyContractAddress() view returns (address)
0xc4f216ede605543d1b91784c32e4aa68b16db7b7
royaltyFeeBps() view returns (uint256)
1000
symbol() view returns (string)
SOUVENIR
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isAdmin(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(address adminAddress)
addPresaleWallet(address presaleWallet)
approve(address to, uint256 tokenId)
bulkAddPresaleWallets(address[] presaleWallets)
enableMinting()
enablePublicSale()
mint(uint256 quantity) payable
removeAdmin(address adminAddress)
removePresaleWallet(address presaleWallet)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleMintPause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateArtistPayoutAddress(address _payoutAddress)
updateContractUri(string updatedContractUri)
updateImNotArtPayoutAddress(address _payoutAddress)
updateMaxInvocations(uint256 newMaxInvocations)
updateMaxPerAddress(uint256 newMaxPerAddress)
updateMetadataBaseUri(string _metadataBaseUri)
updateMintPriceInWei(uint256 newMintPriceInWei)
updateRoyaltyContractAddress(address _payoutAddress)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 indexed tokenId, string metadata, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(address indexed to, uint256 indexed value)
Refund(address indexed to, uint256 indexed value)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _royaltyContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.