Synthopia
Verified contract
Active on
Ethereum with 1,364 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($33.16)
Native
Value
$33.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009 | $3,684.90 |
$33.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211511 | 14 days ago | | | 0 | 0.0010471965 | |
| 21014135 | a month ago | | | 0 | 0.00056732857 | |
| 20653305 | 3 months ago | | | 0 | 0.000052920137 | |
| 20553129 | 3 months ago | | | 0 | 0.000077384069 | |
| 20540603 | 4 months ago | | | 0 | 0.000050103951 | |
| 20234055 | 5 months ago | | | 0 | 0.00031398787 | |
| 20233012 | 5 months ago | | | 0 | 0.00042116419 | |
| 19304229 | 9 months ago | | | 0 | 0.0012102447 | |
| 19167543 | 10 months ago | | | 0 | 0.0012482179 | |
| 19143809 | 10 months ago | | | 0 | 0.00068488910 |
ABI
ABI objects
Getter at block 21312556
CODE_MINT_PRICE() view returns (uint256)
63900000000000000
FINAL_SEED() view returns (uint256)
13495421740028154841786292388335293451201788770345333982897183623826859016090
MAX_SUPPLY() view returns (uint256)
9639
PUBLIC_MINT_PRICE() view returns (uint256)
69300000000000000
name() view returns (string)
Synthopia
numberOfPayees() view returns (uint256)
4
owner() view returns (address)
0xc70084445c4d24809c72b91e62b1168c727508ca
publicSaleEnded() view returns (bool)
true
publicSaleStarted() view returns (bool)
true
symbol() view returns (string)
S/A
totalReleased() view returns (uint256)
87806700000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1323
Read-only
admin(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
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)
usedUuids(bytes32) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
endPublicSale()
getRandomNumber() returns (bytes32 requestId)
mint(uint256 amount) payable
mintWithSignature(bytes32 uuid, uint256 amount, bytes signature) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendCallData(bytes data, uint256 id)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
startPublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAdmin(address adminAddress, bool value)
updateSigner(address signer)
withdraw()
withdrawLink(address to)
AdminUpdated(address adminAddress, bool value)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DataAdded(uint256 indexed id)
Minted(uint256 tokenId, bytes32 code)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer, string baseUri, address[] payees, uint256[] shares, address _vrfCoordinator, address _linkToken, uint256 _vrfFee, bytes32 _keyHash)
receive()
This contract contains no error objects.