ZodiacFriends
Verified contract
Active on
Ethereum with 1,755 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($226.01)
Native
Value
$226.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.07 | $3,228.77 |
$226.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149272 | 3 days ago | | | 0 | 0.00021056337 | |
| 21123539 | 7 days ago | | | 0 | 0.00054966751 | |
| 20648229 | 2 months ago | | | 0 | 0.000067946003 | |
| 20180559 | 5 months ago | | | 0 | 0.00013338310 | |
| 20063750 | 5 months ago | | | 0 | 0.0024385729 | |
| 19891977 | 6 months ago | | | 0 | 0.00019183120 | |
| 19747445 | 7 months ago | | | 0 | 0.00019320324 | |
| 19747442 | 7 months ago | | | 0 | 0.00017782731 | |
| 19718177 | 7 months ago | | | 0 | 0.00033609459 | |
| 19603675 | 7 months ago | | | 0 | 0.00071323752 |
ABI
ABI objects
Getter at block 21171966
earlyAccess() view returns (bool)
false
name() view returns (string)
ZodiacFriends
owner() view returns (address)
0x0d38dd6ad40fa541672c435f27870fe5f81c0d88
royaltyInfo() view returns (address, uint256)
(0x0d38dd6ad40fa541672c435f27870fe5f81c0d88, 5)
saleActive() view returns (bool)
true
symbol() view returns (string)
ZFC
tokenPrice() view returns (uint256)
70000000000000000
totalReleased() view returns (uint256)
169750000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
2506
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
presalePermission(address) view returns (uint256)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
earlyMint(uint256 qty) payable
flipEarlyAccessState()
flipSaleState()
mint(uint256 qty) payable
release(address account)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist(address[] wallets, uint256[] qtys)
withdraw()
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
SalesFlipped(bool saleActive, bool earlyAccess)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] team, uint256[] shares)
receive()
This contract contains no error objects.