GalaxyNFT
Verified contract
Active on
Ethereum with 873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x80c8…c1de
0x77ec…855b
0x8f30…bff8
Balances ($240.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MILK2 | ERC-20 | 51.861158K | $0.004635 |
$240.37 | |
0x77ec…855b | ERC-1555 | 23 | -- | -- | |
0x77ec…855b | ERC-1555 | 18 | -- | -- | |
0x77ec…855b | ERC-1555 | 16 | -- | -- | |
0x77ec…855b | ERC-1555 | 15 | -- | -- | |
0x77ec…855b | ERC-1555 | 15 | -- | -- | |
0x77ec…855b | ERC-1555 | 14 | -- | -- | |
0x77ec…855b | ERC-1555 | 13 | -- | -- | |
0x77ec…855b | ERC-1555 | 13 | -- | -- | |
0x77ec…855b | ERC-1555 | 12 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12560739 | 3 years ago | | | 0 | 0.0033222420 | |
| 12536147 | 4 years ago | | | 0 | 0.0026529580 | |
| 12536141 | 4 years ago | | | 0 | 0.0026529580 | |
| 12512055 | 4 years ago | | | 0 | 0.0035757260 | |
| 12510702 | 4 years ago | | | 0 | 0.0039217640 | |
| 12510693 | 4 years ago | | | 0 | 0.0042678020 | |
| 12510686 | 4 years ago | | | 0 | 0.0042678020 | |
| 12510673 | 4 years ago | | | 0 | 0.0048445320 | |
| 12479117 | 4 years ago | | | 0 | 0.0085871660 | |
| 12470659 | 4 years ago | | | 0 | 0.0074256040 |
ABI
ABI objects
Getter at block 21309918
NFTToken() view returns (address)
0x77ec5a5ecf2d3942d45cb059fa1c86a262ec855b
devAddr() view returns (address)
0x72d49544d17e3c98b0f94d97ee851981279f3aa9
distributor() view returns (address)
0x956754c96377f26a5b0035e7638515382aecb907
getCurrentBlockReward() view returns (uint256)
163
lpToken() view returns (address)
0x8f30ba1f75ec27a014591789d117a1bb4703bff8
milk() view returns (address)
0x80c8c3dcfb854f9542567c8dac3f44d709ebc1de
owner() view returns (address)
0x98920747575985df2db6227e39ed032013a8c467
poolLength() view returns (uint256)
18
startBlock() view returns (uint256)
11379300
totalAllocPoint() view returns (uint256)
1
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMilk(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (uint256 nftId, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMilkPerShare)
supportsInterface(bytes4 interfaceId) view returns (bool)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addFarmingToken(uint256 _allocPoint, uint256 _nftId, bool _withUpdate)
approvalNFTTransfers()
depositFarmingToken(uint256 _pid, uint256 _amount)
emergencyWithdrawFarmingToken(uint256 _pid)
massUpdatePools()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setDevAddress(address _devAddr)
setFarmingToken(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMilkPerBlock(uint256 _newAmount)
transferOwnership(address newOwner)
updateDistributor(address _distributor)
updatePool(uint256 _pid)
withdrawFarmingToken(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(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 _milk, address _nft, address _devAddr, address _distributor, uint256 _startBlock, address _lpToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.