Spinft Cyberpunk Pi
Verified contract
Active on
Ethereum with 7,919 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($733.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SpacePi | ERC-20 | 733.255175B | $0.00 |
$733.26 | |
UNI-V2 | ERC-20 | 0.348719 | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19733266 | 7 months ago | | | 0 | 0.0025180435 | |
| 19396847 | 8 months ago | | | 0 | 0.0050131534 | |
| 19134472 | 9 months ago | | | 0 | 0.0036199235 | |
| 19073850 | 10 months ago | | | 0 | 0.0015548272 | |
| 18954516 | 10 months ago | | | 0 | 0.0036164874 | |
| 18930768 | 10 months ago | | | 0 | 0.0034910097 | |
| 18495282 | a year ago | | | 0 | 0.0014887611 | |
| 18429875 | a year ago | | | 0 | 0.0025516481 | |
| 18406267 | a year ago | | | 0 | 0.00065515279 | |
| 18397400 | a year ago | | | 0 | 0.00079152894 |
ABI
ABI objects
Getter at block 21202813
decimals() view returns (uint8)
18
endBlock() view returns (uint256)
18162205
getMultLPLength() view returns (uint256)
0
halvingPeriod() view returns (uint256)
999999999
multLpChef() view returns (address)
0x0000000000000000000000000000000000000000
multLpToken() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Spinft Cyberpunk Pi
nft() view returns (address)
0x095ebcd862302e7f15b303d42ebe40a33f379435
owner() view returns (address)
0xcd507747a83226a1e430fae7c6fcc71271baf7da
paused() view returns (bool)
false
perBlock() view returns (uint256)
500000000000000000
perNFTBurn() view returns (uint256)
100000000000000000000
poolLength() view returns (uint256)
2
soldQuota() view returns (uint256)
6900
startBlock() view returns (uint256)
17051348
symbol() view returns (string)
SCP
totalAllocPoint() view returns (uint256)
300
totalQuota() view returns (uint256)
6900
totalSupply() view returns (uint256)
818731308965656748474414
Read-only
LpOfPid(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBlockReward(uint256 _lastRewardBlock) view returns (uint256)
getMultLPAddress(uint256 _pid) view returns (address)
isMultLP(address _LP) view returns (bool)
pending(uint256 _pid, address _user) view returns (uint256, uint256)
phase(uint256 blockNumber) view returns (uint256)
poolCorrespond(uint256) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPerShare, uint256 accMultLpPerShare, uint256 totalAmount)
reward(uint256 blockNumber) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 multLpRewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
addMultLP(address _addLP) returns (bool)
approve(address spender, uint256 amount) returns (bool)
burnForExchangeNFT(uint256 _pid)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
massUpdatePools()
renounceOwnership()
replaceMultLP(address _multLpToken, address _multLpChef)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMultLP(address _multLpToken, address _multLpChef)
setNFT(address _nft)
setPause()
setPerBlock(uint256 newPerBlock)
setPoolCorr(uint256 _pid, uint256 _sid)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(string name_, string symbol_, uint256 _startBlock, uint256 _endBlock, address _nft, uint256 _quota)
This contract contains no fallback and receive objects.
This contract contains no error objects.