Nazr finance
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3349…dc45
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NAZR | ERC-20 | 50B | -- | -- | |
UNI-V2 | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18042671 | a year ago | | | 0 | 0.0018247336 | |
| 18042587 | a year ago | | | 0 | 0.0020834833 | |
| 16291576 | 2 years ago | | | 0 | 0.00081046714 | |
| 16291561 | 2 years ago | | | 0 | 0.0012856159 | |
| 16291425 | 2 years ago | | | 0 | 0.0017712940 | |
| 16291376 | 2 years ago | | | 0 | 0.00097999662 | |
| 16291376 | 2 years ago | | | 0 | 0.00097999662 | |
| 16052482 | 2 years ago | | | 0 | 0.00062124725 | |
| 15426410 | 2 years ago | | | 0.25 | 0.0017618939 |
ABI
ABI objects
Getter at block 21329264
_pair() view returns (address)
0x334908efb5e7cdb3346045d6fb2ab3fb6150dc45
decimals() view returns (uint8)
18
getStakeStatistics() view returns (uint256, uint256, uint256)
(50000000000000000000000000000, 0, 0)
getStakes() view returns (struct NAZRStake[])
[]
name() view returns (string)
Nazr finance
owner() view returns (address)
0x83da5daa7ac5ff8075831b3d62e32169b36999d0
symbol() view returns (string)
NAZR
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
interests(uint256) view returns (uint256)
State-modifying
Events addLiquidity(uint256 amount) payable
addStake(uint256 amount, uint256 months)
airdrop(address[] receivers, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256 number)
updateInterests(uint256[] months, uint256[] interest)
withdraw(uint256 amount, address receiver)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 value)
Unstaked(address arg0, uint256 arg1)
constructor(address router)
receive()
This contract contains no error objects.