Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGGT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18770684 | a year ago | | | 0 | 0.0056723141 | |
| 18690878 | a year ago | | | 0 | 0.0025960962 | |
| 18677803 | a year ago | | | 0 | 0.0028921682 | |
| 17628066 | a year ago | | | 0 | 0.0022620800 | |
| 17628066 | a year ago | | | 0 | 0.0025692800 | |
| 17628028 | a year ago | | | 0 | 0.0024889900 | |
| 17628027 | a year ago | | | 0 | 0.0024897340 | |
| 17628020 | a year ago | | | 0 | 0.0026897150 | |
| 17628019 | a year ago | | | 0 | 0.0026921270 | |
| 17627830 | a year ago | | | 0 | 0.0027700050 |
ABI
ABI objects
Getter at block 21160243
decimals() view returns (uint8)
18
name() view returns (string)
Weber
owner() view returns (address)
0x7790a6dae3174a60e171a25a040f913b5d6054d4
symbol() view returns (string)
WBC
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256 balance)
balanceOfTotal(address holder) view returns (uint256 balance)
lockInfo(address locked, uint256 index) view returns (uint256 releaseTime, uint256 amount)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoUnlock(address from) returns (bool success)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
releaseLock(address from) returns (bool success)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
unlock(address from, uint256 idx) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address indexed from, uint256 amount, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed from, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.