BlankTechSharesV1
Verified contract
Active on
Base with 5,141 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,265.97)
Native
Value
$15,265.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 5.630364 | $2,711.36 |
$15,265.94 | |
WGC | ERC-20 | 200 | $0.000105 |
$0.02 | |
SKIPUP | ERC-20 | 0.01 | $0.027923 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000723 |
$0 | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
fart | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19739449 | 2 months ago | | | 0 | 0.000000508029507744 | |
| 19496031 | 2 months ago | | | 0 | 0.000000601635200000 | |
| 19496009 | 2 months ago | | | 0 | 5.1548800e-7 | |
| 19495992 | 2 months ago | | | 0 | 5.5482880e-7 | |
| 19495935 | 2 months ago | | | 0 | 4.7079680e-7 | |
| 19495917 | 2 months ago | | | 0 | 0.0000010718368 | |
| 19495900 | 2 months ago | | | 0 | 6.3468160e-7 | |
| 19495876 | 2 months ago | | | 0 | 0.000000404259200000 | |
| 19495857 | 2 months ago | | | 0 | 3.1759680e-7 | |
| 19495831 | 2 months ago | | | 0 | 4.7826240e-7 |
ABI
ABI objects
Getter at block 21754367
artistFeePercent() view returns (uint256)
50000000000000000
collecterPoolPercent() view returns (uint256)
50000000000000000
owner() view returns (address)
0x3165690efca4c89832f724bce17a57dd35314896
protocolFeeDestination() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeePercent() view returns (uint256)
0
Read-only
claimable(address) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSharePrice(string sharesSubject) view returns (uint256)
payouts(address) view returns (uint256)
sharesBalance(string, address) view returns (uint256)
sharesHolders(string, uint256) view returns (address)
sharesPayeeAddress(string, uint256) view returns (address)
sharesSupply(string) view returns (uint256)
submitters(string) view returns (address)
verified(address) view returns (bool)
State-modifying
Events buyShares(string sharesSubject, uint256 amount) payable
claim()
renounceOwnership()
sellShares(string sharesSubject, uint256 amount)
setPayoutPercent(uint256 _collectorPoolPercent, uint256 _artistPercent, uint256 _protocolPercent)
setProtocolFeeDestination(address _destination)
submit(string sharesSubject, address[] payees) payable
transferOwnership(address newOwner)
verify()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Submit(address trader, string subject, address[] mediaPayeeAddress, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 artistFee, uint256 collectorPool, uint256 supply)
Trade(address trader, string subject, address[] mediaPayeeAddress, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 artistFee, uint256 collectorPool, uint256 supply)
constructor(uint256 collectorPercent, uint256 artistPercent, uint256 protocolPercent, address protocolDestination)
This contract contains no fallback and receive objects.
This contract contains no error objects.