Revenue-Locked BTRFLY
Verified contract
Active on
Ethereum with 30,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,493,979.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTRFLY | ERC-20 | 10.564131K | $141.42 |
$1,493,979.38 | |
HODL | ERC-20 | 28 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305509 | 2 hours ago | | | 0 | 0.00046170581 | |
| 21304277 | 6 hours ago | | | 0 | 0.00098617674 | |
| 21303798 | 8 hours ago | | | 0 | 0.00078454430 | |
| 21303631 | 8 hours ago | | | 0 | 0.00091941261 | |
| 21302767 | 11 hours ago | | | 0 | 0.0010820087 | |
| 21302463 | 12 hours ago | | | 0 | 0.0010682291 | |
| 21302138 | 13 hours ago | | | 0 | 0.0010438554 | |
| 21301822 | 14 hours ago | | | 0 | 0.00090728568 | |
| 21298141 | a day ago | | | 0 | 0.00052311845 | |
| 21297983 | a day ago | | | 0 | 0.00047233758 |
ABI
ABI objects
Getter at block 21306068
EPOCH_DURATION() view returns (uint32)
604800
LOCK_DURATION() view returns (uint256)
9676800
btrflyV2() view returns (address)
0xc55126051b22ebb829d00368f4b12bde432de5da
decimals() view returns (uint8)
18
getCurrentEpoch() view returns (uint256)
1732752000
isShutdown() view returns (bool)
true
lockedSupply() view returns (uint256)
10564130813581872041104
name() view returns (string)
Revenue-Locked BTRFLY
owner() view returns (address)
0xa52fd396891e7a74b641a2cb1a6999fcf56b077e
symbol() view returns (string)
rlBTRFLY
Read-only
balanceOf(address account) view returns (uint256 amount)
balances(address) view returns (uint224 locked, uint32 nextUnlockIndex)
lockedBalanceOf(address account) view returns (uint256 amount)
lockedBalances(address account) view returns (uint256 total, uint256 unlockable, uint256 locked, struct RLBTRFLYLockedBalance[] lockData)
pendingLockOf(address account) view returns (uint256 amount)
State-modifying
Events lock(address account, uint256 amount)
processExpiredLocks(bool relock)
renounceOwnership()
shutdown()
transferOwnership(address newOwner)
withdrawExpiredLocksTo(address to)
Locked(address indexed account, uint256 indexed epoch, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Shutdown()
Withdrawn(address indexed account, uint256 amount, bool relock)
constructor(address _btrflyV2)
This contract contains no fallback and receive objects.
InvalidNumber(uint256 value)
IsShutdown()
ZeroAddress()
ZeroAmount()