wirexContract
Verified contract
Active on
Ethereum with 254 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x578d…7840
Balances ($0.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.432378 | $0.999089 |
$0.43 | |
LINK | ERC-20 | 0.005916 | $14.37 |
$0.09 | |
UNI-V2 | ERC-20 | 0.844439 | -- | -- | |
SAV3 | ERC-20 | 0.356819 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13458144 | 3 years ago | | | 0 | 0.0038630675 | |
| 13458103 | 3 years ago | | | 0 | 0.0036720075 | |
| 11386159 | 4 years ago | | | 0 | 0.0020930875 | |
| 11386150 | 4 years ago | | | 0 | 0.0032269410 | |
| 11334216 | 4 years ago | | | 0 | 0.0077149500 | |
| 11281623 | 4 years ago | | | 0 | 0.0013941400 | |
| 11281564 | 4 years ago | | | 0 | 0.0035464420 | |
| 11277791 | 4 years ago | | | 0 | 0.0094198851 | |
| 11277628 | 4 years ago | | | 0 | 0.0062296800 | |
| 11277577 | 4 years ago | | | 0 | 0.0094407000 |
ABI
ABI objects
Getter at block 21215046
BONUS_MULTIPLIER() view returns (uint256)
1
WirexPerBlock() view returns (uint256)
11000000000000000000
bonusEndBlock() view returns (uint256)
11616652
devaddr() view returns (address)
0x73c51742f12a8695c5316a568b72fd3730a69ac9
owner() view returns (address)
0x73c51742f12a8695c5316a568b72fd3730a69ac9
poolLength() view returns (uint256)
15
startBlock() view returns (uint256)
11256652
totalAllocPoint() view returns (uint256)
17
wirex() view returns (address)
0x578dc616edd3ec573ef563bd2eb54fdfe5847840
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingWirex(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accWirexPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, address _lpPool, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _wirex, address _devaddr, uint256 _WirexPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.