Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VEE | ERC-20 | 455 | $0.009399 |
$4.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19815371 | 6 months ago | | | 0 | 0.00010212386 | |
| 19815095 | 6 months ago | | | 0 | 0.00010256698 | |
| 19750760 | 6 months ago | | | 0 | 0.00011974916 | |
| 19750661 | 6 months ago | | | 0 | 0.00011841493 | |
| 19750652 | 6 months ago | | | 0 | 0.00012028299 | |
| 19508946 | 8 months ago | | | 0 | 0.00037300049 | |
| 19508789 | 8 months ago | | | 0 | 0.00035101150 | |
| 19508522 | 8 months ago | | | 0 | 0.00044165619 | |
| 19508520 | 8 months ago | | | 0 | 0.00047054247 | |
| 19508487 | 8 months ago | | | 0 | 0.00041090982 |
ABI
ABI objects
Getter at block 21166427
decimals() view returns (uint8)
18
name() view returns (string)
Veen
owner() view returns (address)
0x4a6a17301f098e94b65dc3151519289531dd266e
paused() view returns (bool)
true
symbol() view returns (string)
VEEN
totalSupply() view returns (uint256)
2500000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
isContract(address _addr) view returns (bool is_contract)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 tokens) returns (bool success)
dist_list_set(address[] dist_list, uint256[] token_list)
mint(address to, uint256 amount) returns (bool)
pause()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
MintedLog(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.