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 "Yelody"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17627191 | a year ago | | | 0 | 0.0030848500 | |
| 17625962 | a year ago | | | 0 | 0.0018307659 | |
| 17625775 | a year ago | | | 0 | 0.0031459350 | |
| 17625734 | a year ago | | | 0 | 0.0027000000 | |
| 16953140 | 2 years ago | | | 0 | 0.0012730332 | |
| 16618025 | 2 years ago | | | 0 | 0.00047620296 | |
| 16618025 | 2 years ago | | | 0 | 0.00047620296 | |
| 16618025 | 2 years ago | | | 0 | 0.00047620296 | |
| 16618025 | 2 years ago | | | 0 | 0.00047620296 | |
| 16618025 | 2 years ago | | | 0 | 0.00047620296 |
ABI
ABI objects
Getter at block 21162447
decimals() view returns (uint8)
18
name() view returns (string)
Yelody
owner() view returns (address)
0xe2721cebb63f0b6638fdcfe823ebac7e0cddc050
paused() view returns (bool)
false
symbol() view returns (string)
YELO
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256 balance)
balanceOfTotal(address holder) view returns (uint256 balance)
isFrozen(address holder) view returns (bool frozen)
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)
freezeAccount(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
pause()
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)
unfreezeAccount(address holder)
unlock(address from, uint256 idx) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
Lock(address indexed from, uint256 amount, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unlock(address indexed from, uint256 amount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.