Vampire Protocol
Verified contract
Active on
Ethereum with 2,439 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 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MANY | ERC-20 | 11.228576 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20863480 | 2 months ago | | | 0 | 0.00024599339 | |
| 20544814 | 4 months ago | | | 0 | 0.000022238091 | |
| 20506853 | 4 months ago | | | 0 | 0.000088107291 | |
| 18376334 | a year ago | | | 0 | 0.00040287183 | |
| 18376290 | a year ago | | | 0 | 0.00024121120 | |
| 18376246 | a year ago | | | 0 | 0.00024762123 | |
| 18355675 | a year ago | | | 0 | 0.00032318400 | |
| 18350734 | a year ago | | | 0 | 0.00040127721 | |
| 18350728 | a year ago | | | 0 | 0.00048786092 | |
| 18350595 | a year ago | | | 0 | 0.00039469941 |
ABI
ABI objects
Getter at block 21313274
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Vampire Protocol
owner() view returns (address)
0x45a6b8bdfc1faa745720165e0b172a3d6d4ec897
symbol() view returns (string)
VAMP
totalSupply() view returns (uint256)
14694818978718053074087600
transactionsSize() view returns (uint256)
1
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockOwnership()
rebase(int256 supplyDelta) returns (uint256)
removeTransaction(uint256 index)
setRebaser(address _rebaser)
setTransactionEnabled(uint256 index, bool enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipLocked(address lockedOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.