Syndicate 893
Verified contract
Active on
Ethereum with 1,328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 10 | $1.00 |
$10 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043504 | a month ago | | | 0 | 0.00071443259 | |
| 20170317 | 5 months ago | | | 0 | 0.00037075132 | |
| 20167466 | 5 months ago | | | 0 | 0.00027781528 | |
| 20166705 | 5 months ago | | | 0 | 0.00014505020 | |
| 19986682 | 6 months ago | | | 0 | 0.00038347106 | |
| 19584543 | 8 months ago | | | 0 | 0.0011782362 | |
| 19458111 | 8 months ago | | | 0 | 0.0012094126 | |
| 19255563 | 9 months ago | | | 0 | 0.0013866256 | |
| 19191486 | 9 months ago | | | 0 | 0.0021259237 | |
| 19115492 | 10 months ago | | | 0 | 0.00073716415 |
ABI
ABI objects
Getter at block 21259487
id() view returns (uint256 _value)
579
maxMintAmt() view returns (uint8)
2
merkleRoot() view returns (bytes32)
0xe8e6a08a62b8abf35a16a67ffe9a4843f350cea78dec788b23c1491a24bccffe
mintPrice() view returns (uint256)
570000000000000000
name() view returns (string)
Syndicate 893
owner() view returns (address)
0x924f230ca0325f64df63c0ef200efeda2ad279c3
stage() view returns (uint8)
1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
inWhitelist(bytes32[] _merkleProof, address _user) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events mintPrivate(bytes32[] _merkleProof, uint8 _amount) payable
mintPublic(uint8 _amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint256 _mintPrice)
setPrivateSale()
setPublicSale()
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.