Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d2d…4208
Balances ($117,833.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRIEND | ERC-20 | 1.395188M | $0.084457 |
$117,833.36 | |
WGC | ERC-20 | 300 | $0.000694 |
$0.21 | |
SACA | ERC-20 | 69 | $0.000417 |
$0.03 | |
BENTO | ERC-20 | 1.777776M | $0.00 |
$0.02 | |
PEEZY | ERC-20 | 1.2 | $0.011023 |
$0.01 | |
Boe | ERC-20 | 69.69 | $0.000172 |
$0.01 | |
USA | ERC-20 | 9.11 | $0.00087 |
$0.01 | |
BOOMER | ERC-20 | 0.4368 | $0.01188 |
$0.01 | |
Boshi | ERC-20 | 7.59 | $0.000525 |
$0 | |
BOYS | ERC-20 | 0.2 | $0.011256 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22713447 | 16 minutes ago | | | 0 | 7.7777566e-7 | |
| 22712924 | 33 minutes ago | | | 0 | 0.0000019249860 | |
| 22712912 | 34 minutes ago | | | 0 | 0.0000025802197 | |
| 22712414 | an hour ago | | | 0 | 0.0000021942062 | |
| 22712408 | an hour ago | | | 0 | 0.0000021942062 | |
| 22712379 | an hour ago | | | 0 | 0.0000011179195 | |
| 22711095 | 2 hours ago | | | 0 | 7.7777566e-7 | |
| 22710113 | 2 hours ago | | | 0 | 0.0000020891395 | |
| 22709357 | 3 hours ago | | | 0 | 0.0000020825480 | |
| 22709347 | 3 hours ago | | | 0 | 0.0000020825480 |
ABI
ABI objects
Getter at block 22713922
bestFriend() view returns (address)
0x1d2dff13e7f4109fdcaf4ddb59fbd853abfc4208
bestFriendFeePercent() view returns (uint256)
15000000000000000
decimals() view returns (uint256)
18
maxId() view returns (uint256)
236907
owner() view returns (address)
0x0000000000000000000000000000000000000000
points() view returns (address)
0x0bd4887f7d41b35cd75dff9ffee2856106f86670
protocolFeePercent() view returns (uint256)
10000000000000001
protocolFeeTo() view returns (address)
0x831be9e08185eba7d88aab1efc059336babef430
referralFeePercent() view returns (uint256)
10000000000000000
Read-only
allowance(address user, address spender, uint256 tokenId) view returns (uint256 amount)
balanceOf(address user, uint256 tokenId) view returns (uint256 balance)
coefficients(uint256 id) view returns (uint256 curveCoefficient)
getPriceOut(uint256 supply, uint256 amount, uint256 curveCoefficient) pure returns (uint256)
name(uint256 id) view returns (string name)
poolCoefficients(uint8 pooltype) view returns (uint256 coefficient)
referralFeesEarned(address referer) view returns (uint256 feesEarned)
sendWhitelist(address _contract) view returns (bool whitelisted)
totalSupply(uint256) view returns (uint256)
uris(uint256 id) view returns (string uri)
State-modifying
Events approve(address spender, uint256 id, uint256 amount)
buyToken(uint256 tokenId, uint256 maxTokensIn, uint256 keysOut, address referral) returns (uint256 amountIn)
changeBestFriend(address newBestFriend)
changeBestFriendFee(uint256 newFee)
changeProtocolFee(uint256 newFee)
changeProtocolFeeTo(address newReceiver)
changeReferralFee(uint256 newFee)
claimReferralFees()
createToken(string _name, string uri, uint8 _type, uint256 keysOut) returns (uint256 id)
initNewCoefficient(uint8 pooltype, uint256 coefficient)
sellToken(uint256 tokenId, uint256 minTokensOut, uint256 keysIn, address referral) returns (uint256 amountOut)
toggleWhitelist(address _contract, bool _whitelist)
transfer(address receiver, uint256 id, uint256 amount)
transferFrom(address sender, address receiver, uint256 id, uint256 amount)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id, uint256 amount)
Buy(uint256 indexed id, uint256 indexed pointsIn, uint256 indexed keysOut, uint256 protocolFee)
CoinLaunched(uint256 indexed id, address indexed creator)
OwnershipTransferred(address indexed user, address indexed newOwner)
Sell(uint256 indexed id, uint256 indexed pointsOut, uint256 indexed keysIn, uint256 protocolFee)
Transfer(address caller, address indexed from, address indexed to, uint256 indexed id, uint256 amount)
constructor(address pts, address bf)
This contract contains no fallback and receive objects.
This contract contains no error objects.