AmplifiNode
Verified contract
Active on
Ethereum with 5,000 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 19 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.000001 | $1.001 |
$0 | |
SHIBAR | ERC-20 | 98.578611K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16707651 | 2 years ago | | | 0.08 | 0.0040997872 | |
| 16629497 | 2 years ago | | | 0.024 | 0.0083668629 | |
| 16629497 | 2 years ago | | | 0.024 | 0.0083668629 | |
| 16608999 | 2 years ago | | | 0.008 | 0.00071926268 | |
| 16586079 | 2 years ago | | | 0.024 | 0.0020371860 | |
| 16583601 | 2 years ago | | | 0.008 | 0.00089302786 | |
| 16583598 | 2 years ago | | | 0.008 | 0.0010376199 | |
| 16582409 | 2 years ago | | | 0.04 | 0.0012987669 | |
| 16581252 | 2 years ago | | | 0.008 | 0.0020432454 | |
| 16579488 | 2 years ago | | | 0 | 0.0045798370 |
ABI
ABI objects
Getter at block 21229082
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
amplifi() view returns (address)
0xd23367155b55d67492dfdc0fc7f8bb1df7114fd9
bps() view returns (uint16)
10000
claimFee() view returns (uint16)
750
creationFee() view returns (uint256)
8000000000000000
feeRecipients() view returns (address operations, address validatorAcquisition, address developers)
(operations=0xc766b8c9741bc804fcc378fde75560229ca3ab1e, validatorAcquisition=0x58c5a97c717ca3a7969f82d670a9b9ff16545c6f, developers=0x454cd1e89df17cdb61d868c6d3dbc02bc2c38a17)
fuseFee() view returns (uint256)
8000000000000000
fuseWaitPeriod() view returns (uint256)
7776000
gammaPeriod() view returns (uint256)
6220800
gracePeriod() view returns (uint256)
2592000
maxAmplifiersPerMinter() view returns (uint16)
96
maxMonths() view returns (uint16)
6
mintPrice() view returns (uint256)
20000000000000000000
owner() view returns (address)
0x4a5c98c184da163cfffa7f1296c913135565ad3f
renewalFee() view returns (uint256)
8000000000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
totalAmplifiers() view returns (uint256)
1963
Read-only
amplifiers(uint256) view returns (uint8 fuseProduct, address minter, uint256 created, uint256 expires, uint256 numClaims, uint256 lastClaimed, uint256 fused, uint256 unlocks, uint256 lastFuseClaimed)
balanceOf(address) view returns (uint256)
boosts(uint8) view returns (uint256)
fuseLockDurations(uint8) view returns (uint256)
fusePools(uint8) view returns (address)
getPendingAMPLIFI(uint256 _id) view returns (uint256)
getRenewalFeeForMonths(uint256 _months) view returns (uint256)
ownedAmplifiers(address, uint256) view returns (uint256)
ownedAmplifiersIndex(uint256) view returns (uint256)
rates(uint256) view returns (uint256)
State-modifying
Events airdropAmplifiers(address[] _users, uint256[] _months, uint8[] _fuseProducts) returns (uint256[] ids)
approveRouter()
claimAMPLIFI(uint256 _id)
claimAMPLIFIBatch(uint256[] _ids)
claimETH(uint256 _id)
claimETHBatch(uint256[] _ids)
createAmplifier(uint256 _months) payable returns (uint256)
createAmplifierBatch(uint256 _amount, uint256 _months) payable returns (uint256[] ids)
fuseAmplifier(uint256 _id, uint8 fuseProduct) payable
removeAmplifier(uint256 _id)
renewAmplifier(uint256 _id, uint256 _months) payable
renewAmplifierBatch(uint256[] _ids, uint256 _months) payable
renounceOwnership()
setBoosts(uint8 _fuseProduct, uint256 _boost)
setFeeRecipients(struct TypesAmplifierFeeRecipients _feeRecipients)
setFees(uint256 _creationFee, uint256 _renewalFee, uint256 _fuseFee, uint16 _claimFee)
setFuseLockDurations(uint8 _fuseProduct, uint256 _duration)
setFusePool(uint8 _fuseProduct, address _fusePool)
setMaxMonths(uint16 _maxMonths)
setMintPrice(uint256 _mintPrice)
setPeriods(uint256 _gracePeriod, uint256 _gammaPeriod, uint256 _fuseWaitPeriod)
setRates(uint256[] _rates)
transferOwnership(address newOwner)
withdrawETH(address _recipient)
withdrawToken(address _token, address _recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _amplifi, address _router, address _usdc, address _owner)
receive()
This contract contains no error objects.