UniBombV3
Verified contract
Active on
Ethereum with 8,032 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe31d…d901
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UBOMB | ERC-20 | 8.267919M | -- | -- | |
UNI-V2 | ERC-20 | 20.712014K | -- | -- | |
UBOMB | ERC-20 | 1.609081K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20867492 | 2 months ago | | | 0 | 0.00015432721 | |
| 19752123 | 7 months ago | | | 0 | 0.00012101000 | |
| 19477685 | 8 months ago | | | 0 | 0.00080738759 | |
| 18359491 | a year ago | | | 0 | 0.00028235650 | |
| 17520100 | a year ago | | | 0 | 0.00033415866 | |
| 17146016 | 2 years ago | | | 0 | 0.0023988832 | |
| 16996314 | 2 years ago | | | 0 | 0.00044486010 | |
| 16951483 | 2 years ago | | | 0 | 0.00055285500 | |
| 16916492 | 2 years ago | | | 0 | 0.00035568800 | |
| 16893243 | 2 years ago | | | 0 | 0.00055369104 |
ABI
ABI objects
Getter at block 21259803
decimals() view returns (uint8)
18
getBurnAmount() view returns (uint256)
30411009607188505626683
name() view returns (string)
UniBombV3
symbol() view returns (string)
UBOMB
totalSupply() view returns (uint256)
7318135693564372395130551
Read-only
allInfoFor(address addr) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
allowance(address addr, address spender) view returns (uint256)
balanceOf(address addr) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burnPool()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distribute(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _initialPhaseEnd, uint256 _poolSupply, address _ubombv2, address _poolAddr)
receiveApproval(address from, uint256 tokens, address token, bytes data)
stake(address addr, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unstake(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
PoolBurn(address user, uint256 burned, uint256 newSupply, uint256 newPool)
Stake(address user, uint256 staked)
Transfer(address indexed from, address indexed to, uint256 value)
Unstake(address user, uint256 unstaked)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.