DuckyCitySharesV1
Verified contract
Active on
Base with 101,123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23,547.05)
Native
Value
$23,546.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 7.036288 | $3,346.50 |
$23,546.94 | |
WGC | ERC-20 | 200 | $0.000536 |
$0.11 | |
SKIPUP | ERC-20 | 0.01 | $0.170346 |
$0 | |
USA | ERC-20 | 1 | $0.00079 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000788 |
$0 | |
NOB | ERC-20 | 500 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
fart | ERC-20 | 10 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
BSmnMM1 | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22332646 | 10 days ago | | | 0 | 6.1141073e-7 | |
| 22277682 | 11 days ago | | | 0 | 0.000000607297690660 | |
| 22273620 | 11 days ago | | | 0 | 0.000000606299653040 | |
| 22258934 | 11 days ago | | | 0 | 3.4176615e-7 | |
| 22253354 | 11 days ago | | | 0 | 4.6619772e-7 | |
| 22107370 | 15 days ago | | | 0 | 0.0000010083543 | |
| 21972824 | 18 days ago | | | 0 | 2.9396758e-7 | |
| 21917840 | 19 days ago | | | 0 | 0.000000603583047408 | |
| 21861994 | 20 days ago | | | 0 | 5.9856988e-7 | |
| 21856506 | 21 days ago | | | 0 | 2.5191304e-7 |
ABI
ABI objects
Getter at block 22744588
owner() view returns (address)
0xd8077b8a11c343699cadc0d0b2083a7b0b1c4198
protocolFeeDestination() view returns (address)
0xd8077b8a11c343699cadc0d0b2083a7b0b1c4198
protocolFeePercent() view returns (uint256)
40000000000000000
subjectFeePercent() view returns (uint256)
60000000000000000
Read-only
getBuyPrice(address sharesSubject, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(address sharesSubject, uint256 amount) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPrice(address sharesSubject, uint256 amount) view returns (uint256)
getSellPriceAfterFee(address sharesSubject, uint256 amount) view returns (uint256)
sharesBalance(address, address) view returns (uint256)
sharesSupply(address) view returns (uint256)
State-modifying
Events buyShares(address sharesSubject, uint256 amount) payable
renounceOwnership()
sellShares(address sharesSubject, uint256 amount) payable
setFeeDestination(address _feeDestination)
setProtocolFeePercent(uint256 _feePercent)
setSubjectFeePercent(uint256 _feePercent)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address trader, address subject, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 subjectEthAmount, uint256 supply)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.