vEmpire Gamer Token
Verified contract
Active on
Ethereum with 34,991 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VEMP | ERC-20 | 210.321355K | $0.0031 |
$651.92 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156821 | 2 hours ago | | | 0 | 0.00054043208 | |
| 21156818 | 2 hours ago | | | 0 | 0.00043844058 | |
| 21156815 | 2 hours ago | | | 0 | 0.00036991528 | |
| 21156541 | 3 hours ago | | | 0 | 0.00054385177 | |
| 21155523 | 6 hours ago | | | 0 | 0.00068382768 | |
| 21154955 | 8 hours ago | | | 0 | 0.00055700699 | |
| 21154628 | 9 hours ago | | | 0 | 0.00018659147 | |
| 21154545 | 10 hours ago | | | 0 | 0.00030453285 | |
| 21154402 | 10 hours ago | | | 0 | 0.00026266353 | |
| 21154226 | 11 hours ago | | | 0 | 0.00029020259 |
ABI
ABI objects
Getter at block 21157420
INFO() view returns (uint8 decimals, address creator)
(decimals=18, creator=0x5eff77571184427f5a9e951597571b5259820b48)
TOKEN_TYPE() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
vEmpire Gamer Token
symbol() view returns (string)
VEMP
totalSupply() view returns (uint256)
810720000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _creator, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.