CraftVault
Verified contract
Active on
Ethereum with 775 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRAFT | ERC-20 | 36.96721 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16391178 | 2 years ago | | | 0 | 0.0020125484 | |
| 14110823 | 3 years ago | | | 0 | 0.0054285320 | |
| 11970877 | 4 years ago | | | 0 | 0.0053738430 | |
| 11965367 | 4 years ago | | | 0 | 0.0055283626 | |
| 11965346 | 4 years ago | | | 0 | 0.0053375333 | |
| 11356340 | 4 years ago | | | 0 | 0.0014360988 | |
| 11304942 | 4 years ago | | | 0 | 0.016121529 | |
| 11304531 | 4 years ago | | | 0 | 0.0077210140 | |
| 11304528 | 4 years ago | | | 0 | 0.011789532 | |
| 11281940 | 4 years ago | | | 0 | 0.0070248570 |
ABI
ABI objects
Getter at block 21167523
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
22717626455562
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
47252100043434
contractStartBlock() view returns (uint256)
10990708
cumulativeRewardsSinceStart() view returns (uint256)
0
devaddr() view returns (address)
0x6fe4f45cab438233f34d66ba55725035a8aded1b
epoch() view returns (uint256)
0
epochCalculationStartBlock() view returns (uint256)
0
owner() view returns (address)
0x6fe4f45cab438233f34d66ba55725035a8aded1b
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
1
rewardsInThisEpoch() view returns (uint256)
480875880503527469147
superAdmin() view returns (address)
0x6d77f56b018fa29064fd5029e01162a5b3f58049
token() view returns (address)
0xa09ff006c652496e72d648cef2f4ee6777efdf6f
totalAllocPoint() view returns (uint256)
100
Read-only
epochRewards(uint256) view returns (uint256)
pendingToken(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accTokenPerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, bool _withdrawable)
addPendingRewards(uint256 _)
burnSuperAdmin()
deposit(uint256 _pid, uint256 _amount)
depositFor(address depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initialize(address _token, address _devaddr, address superAdmin)
isContract(address addr) returns (bool)
massUpdatePools()
newSuperAdmin(address newOwner)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAllowanceForPoolToken(address spender, uint256 _pid, uint256 value)
setDevFee(uint16 _DEV_FEE)
setDevFeeReciever(address _devaddr)
setPoolWithdrawable(uint256 _pid, bool _withdrawable)
setStrategyContractOrDistributionContractAllowance(address tokenAddress, uint256 _amount, address contractAddress)
startNewEpoch()
transferDevFee()
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
withdrawFrom(address owner, uint256 _pid, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 _pid, 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)
SuperAdminTransfered(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.