Velociraptor Twitter
Verified contract
Active on
Ethereum with 774 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Velociraptor Twitter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097505 | 25 days ago | | | 0 | 0.00010214704 | |
| 20265221 | 5 months ago | | | 0 | 0.000093753600 | |
| 19294112 | 9 months ago | | | 0 | 0.00062386878 | |
| 19294104 | 9 months ago | | | 0 | 0.00054349439 | |
| 19057443 | 10 months ago | | | 0 | 0.00068149572 | |
| 18888724 | a year ago | | | 0 | 0.00051862729 | |
| 18346989 | a year ago | | | 0 | 0.00031089475 | |
| 18330488 | a year ago | | | 0 | 0.00032045259 | |
| 18261156 | a year ago | | | 0 | 0.00031694956 | |
| 18225870 | a year ago | | | 0 | 0.00046264356 |
ABI
ABI objects
Getter at block 21276317
decimals() view returns (uint8)
18
name() view returns (string)
Velociraptor Twitter
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VELO
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address adr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
authorize(address adr)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTrading(bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unauthorize(address adr)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.