Virtual Versions
Verified contract
Active on
Ethereum with 4,540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EARN | ERC-20 | 7.57142K | $0.000216 |
$1.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274720 | 4 hours ago | | | 0 | 0.00059003254 | |
| 21273408 | 8 hours ago | | | 0 | 0.00060957568 | |
| 21273388 | 8 hours ago | | | 0 | 0.00079137860 | |
| 21272315 | 12 hours ago | | | 0 | 0.00090275729 | |
| 21263860 | 2 days ago | | | 0 | 0.00072245436 | |
| 21258354 | 2 days ago | | | 0 | 0.00035564705 | |
| 21258211 | 2 days ago | | | 0 | 0.00054292765 | |
| 21257754 | 3 days ago | | | 0 | 0.00097011912 | |
| 21256779 | 3 days ago | | | 0 | 0.00052971332 | |
| 21254942 | 3 days ago | | | 0 | 0.00056388157 |
ABI
ABI objects
Getter at block 21275765
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
admin() view returns (address)
0x5f9b6c6510bf3c3f2fdfbcb526f5458a08f3fccf
adminCandidate() view returns (address)
0x0000000000000000000000000000000000000000
antiBot() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Virtual Versions
symbol() view returns (string)
VV
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
changeAdmin(address _adminCandidate)
confirmNewAdmin()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount)
setAntiBot(address _antiBot)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminChangeConfirmed(address indexed oldAdmin, address indexed newAdmin)
AdminChangeRequested(address indexed oldAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
SetAntiBot(address indexed antiBot)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _admin, address _antiBot)
This contract contains no fallback and receive objects.
This contract contains no error objects.