Simulacra
Verified contract
Active on
Ethereum with 283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x4e5f…44c5
Balances ($0.00)
No balances found for "Simulacra"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144195 | a month ago | | | 0 | 0.0010251294 | |
| 19326048 | 10 months ago | | | 0 | 0.0017912088 | |
| 19326048 | 10 months ago | | | 0 | 0.0017912088 | |
| 18896560 | a year ago | | | 0 | 0.00063024253 | |
| 18547417 | a year ago | | | 0 | 0.0010966108 | |
| 18442119 | a year ago | | | 0 | 0.00077775138 | |
| 18146337 | a year ago | | | 0 | 0.0011423303 | |
| 18026229 | a year ago | | | 0 | 0.00081880630 | |
| 17907731 | a year ago | | | 0 | 0.00076413406 | |
| 17907357 | a year ago | | | 0 | 0.00075328291 |
ABI
ABI objects
Getter at block 21397246 getCurrentPrice() view returns (uint256)
MAX_ARTISTS() view returns (uint256)
50
MAX_SIMULACRA() pure returns (uint256)
3447
MINT_DEADLINE() view returns (uint256)
1620122400
SALE_END() view returns (uint256)
1619863200
SALE_START() view returns (uint256)
1618912800
artSoldOut() view returns (bool)
false
artWasRevealed() view returns (bool)
true
baseURI() view returns (string)
contractURI() view returns (string)
https://ipfs.io/ipfs/QmeR2snLRCEJzhXDLZCuBwR5YUJTxRDrYeHZL1tCZVDvQJ
isInRefundMode() view returns (bool)
false
metadata() view returns (address)
0x4e5f6f949ebe5036889177047fdfec33211244c5
name() view returns (string)
Simulacra
owner() view returns (address)
0x64785de58b6b3fd5cce8d95b7e87383161c5affa
remainingAtCurrentPrice() view returns (uint256)
301
symbol() view returns (string)
SIM
totalSupply() view returns (uint256)
309
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPriceOf(uint256 _tokenID) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
commissionPieces(uint256 _indices, uint256 _number) payable
getRefund(uint256 _tokenID)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri) returns (string)
setMetadata(address _metadata)
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)
Commission(address indexed _buyer, uint256 indexed _tokenID, uint256 _artists)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address indexed _tokenOwner, uint256 indexed _tokenID, uint256 _price)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _saleStartTimestamp, uint8 _saleDurationInDays, uint8 _failsafeDurationInDays)
This contract contains no fallback and receive objects.
This contract contains no error objects.