Lil Yachty
Verified contract
Active on
Ethereum with 594 txns
Balances ($0.00)
No balances found for "Lil Yachty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103728 | a month ago | | | 0 | 0.00015263380 | |
| 19658908 | 8 months ago | | | 0 | 0.00024286437 | |
| 19078746 | 10 months ago | | | 0 | 0.00035154870 | |
| 17011387 | 2 years ago | | | 0 | 0.00059147120 | |
| 16863069 | 2 years ago | | | 0 | 0.00073586455 | |
| 16863068 | 2 years ago | | | 0 | 0.00067961101 | |
| 15867433 | 2 years ago | | | 0 | 0.00026025947 | |
| 15538633 | 2 years ago | | | 0 | 0.00025858352 | |
| 15149676 | 2 years ago | | | 0 | 0.00098573825 | |
| 15124676 | 2 years ago | | | 0 | 0.00039206684 |
ABI
ABI objects
Getter at block 21304625
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Lil Yachty
owner() view returns (address)
0x1b36ac0bc9d20bde3589c2efc4c4a18d27093d87
paused() view returns (bool)
false
relayer() view returns (address)
0x61c564b4ff7963ea8501103abaccee07dfe0810d
symbol() view returns (string)
YACHTY
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
approveProxy(address owner, address proxy)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
setRelayer(address relayer_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _supply, address _relayer)
This contract contains no fallback and receive objects.
This contract contains no error objects.