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 "LlamaHold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17766816 | a year ago | | | 0 | 0.0011563047 | |
| 17743634 | a year ago | | | 0 | 0.0020177922 | |
| 17578365 | a year ago | | | 0 | 0.00083099184 | |
| 17576723 | a year ago | | | 0 | 0.00085355664 | |
| 17499315 | a year ago | | | 0 | 0.0018898564 | |
| 17499300 | a year ago | | | 0 | 0.00081547774 | |
| 17499205 | a year ago | | | 0 | 0.00073149658 | |
| 17499198 | a year ago | | | 0 | 0.00080991448 | |
| 17499189 | a year ago | | | 0 | 0.00087646725 | |
| 17499183 | a year ago | | | 0 | 0.00088360544 |
ABI
ABI objects
Getter at block 21123371
DEADBLOCK_COUNT() view returns (uint256)
3
deadblockStart() view returns (uint256)
17416166
decimals() view returns (uint8)
18
name() view returns (string)
LlamaHold
owner() view returns (address)
0x094ad516a79a36acfe7b3660dbf98203a580b8e0
paused() view returns (bool)
false
symbol() view returns (string)
LLAMA
totalSupply() view returns (uint256)
700000000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setAddressToWhiteList(address _address, bool _allow)
setBlockContracts(bool _val)
setLimitBuys(bool _val)
setPools(address[] _val)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unleashLlamaHold()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
LiquidityPoolSet(address arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ContractPaused()
IncorrectSum()
LimitExceeded()
NoZeroTransfers()
NotAllowed()