The Other Avatars by Saatchi Art
Verified contract
Active on
Ethereum with 3,230 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 "The Other Avatars by Saatchi Art"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162030 | 22 days ago | | | 0 | 0.00073089563 | |
| 21080188 | a month ago | | | 0 | 0.00083187031 | |
| 21003008 | a month ago | | | 0 | 0.00025550080 | |
| 20674835 | 3 months ago | | | 0 | 0.000029185200 | |
| 20591369 | 3 months ago | | | 0 | 0.000074369363 | |
| 20588015 | 3 months ago | | | 0 | 0.000038567143 | |
| 20583502 | 3 months ago | | | 0 | 0.000085536963 | |
| 20572116 | 3 months ago | | | 0 | 0.000062081442 | |
| 20550567 | 4 months ago | | | 0 | 0.000043002862 | |
| 20550505 | 4 months ago | | | 0 | 0.00016641554 |
ABI
ABI objects
Getter at block 21317743
artistTokensCount() view returns (uint256)
87
contractURI() view returns (string)
https://www.saatchiartnfts.com/contract-metadata
credit() pure returns (string)
Tech by Alexander Zimin and Sergey Tsibel for Saatchi Art
maxSupply() view returns (uint256)
2523
mintPerAccount() view returns (uint256)
5
mintPrice() view returns (uint256)
100000000000000000
name() view returns (string)
The Other Avatars by Saatchi Art
owner() view returns (address)
0xca9c3396e23c2b3b89093bc991d99d68a9d5b812
phase() view returns (uint8)
2
signer() view returns (address)
0x35c4ce85eed7857bd9eb756387fec18809adad42
symbol() view returns (string)
TOA
totalSupply() view returns (uint256)
2523
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct IRaribleV2Part[])
isApprovedForAll(address owner, address operator) view returns (bool)
mintedMainSale(address) view returns (uint256)
mintedPreSale(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
artistMint(address[] artists, uint256[] tokens)
giveawayMint(address to, uint256 amount)
mint(uint256 amount) payable
preSaleMint(uint256 amount, uint256 maxAmount, bytes signature) payable
pushArtists(address[] artists, uint256[] indexes)
pushRoyaltyTokenInfo(uint256[] tokenRows, uint256[] indexes)
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_)
setContractURI(string baseContractURI_)
setPhase(uint8 phase_)
setWithdrawAddress(address withdrawAddress_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferSigner(address newSigner)
withdrawAll()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.