NofriendtechKeysV2
Verified contract
Active on
Base with 228 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($131.08)
Native
Value
$131.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.036438 | $3,597.48 |
$131.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5025246 | a year ago | | | 0 | 0.00016522164 | |
| 5025241 | a year ago | | | 0 | 0.00016519160 | |
| 5025232 | a year ago | | | 0 | 0.00016518644 | |
| 5025224 | a year ago | | | 0 | 0.00016522430 | |
| 5025218 | a year ago | | | 0 | 0.00016522241 | |
| 5025211 | a year ago | | | 0 | 0.00016523969 | |
| 5025203 | a year ago | | | 0 | 0.00017098403 | |
| 5025187 | a year ago | | | 0 | 0.00016521277 | |
| 4841233 | a year ago | | | 0 | 0.00026047292 | |
| 4453664 | a year ago | | | 0.000275 | 0.00021365724 |
ABI
ABI objects
Getter at block 23067218
DOMAIN_SEPARATOR() view returns (bytes32)
0xc82551c15ad7052e65002c19102ce322032e9bc45e9ea34952a6eebe59052641
PERMIT_TYPEHASH() view returns (bytes32)
0xbb311f395c90856da2924740a1fecfa12f3ab261170ffddfefa38a5dfac88acd
factory() view returns (address)
0xb16c1b06d808ea11bd6d57cae219e8f46a12521d
limitNumber() view returns (uint256)
0
limitTime() view returns (uint256)
0
owner() view returns (address)
0xfd219b2026989fa23e0c7259997be848c29207b7
protocolFee() view returns (uint256)
50000000000000000
protocolPayee() view returns (address)
0xe020e93d4ee307c28f04cdfebdbbe18aded8d1e7
subjectFee() view returns (uint256)
50000000000000000
validator() view returns (address)
0x12d6be3fec40660b4338ea320653259c2d0faeac
Read-only
getBuyPrice(address keysSubject, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(address keysSubject, uint256 amount) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPrice(address keysSubject, uint256 amount) view returns (uint256)
getSellPriceAfterFee(address keysSubject, uint256 amount) view returns (uint256)
keysBalance(address, address) view returns (uint256)
keysSupply(address) view returns (uint256)
keysTimestamps(address) view returns (uint256)
keysTokens(address) view returns (uint256)
toHash(address owner) view returns (bytes32)
State-modifying
Events burn(address keysSubject, uint256 amount)
buyFirstKeys(bytes signature)
buyKeys(address keysSubject, uint256 amount) payable
mint(address keysSubject, uint256 amount)
renounceOwnership()
sellKeys(address keysSubject, uint256 amount) payable
setLimitTime(uint256 _limitTime, uint256 _limitNumber)
setProtocolFee(uint256 _feePercent)
setProtocolPayee(address _protocolPayee)
setSubjectFee(uint256 _feePercent)
setValidator(address _validator)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address trader, address subject, uint256 tradeType, uint256 keyAmount, uint256 ethAmount, uint256 protocolAmount, uint256 subjectAmount, uint256 supply, uint256 tradeTime)
constructor(address _protocolPayee, uint256 _protocolFee, uint256 _subjectFee, address _factory, address _validator)
This contract contains no fallback and receive objects.
This contract contains no error objects.