PUGLIFE
Verified contract
Active on
Ethereum with 1,616 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($133.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 10.51505 | $12.68 |
$133.33 | |
PUGL | ERC-20 | 141.573286B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20567247 | 3 months ago | | | 0 | 0.00016316163 | |
| 20567201 | 3 months ago | | | 0 | 0.00020034158 | |
| 19604141 | 8 months ago | | | 0 | 0.00079021291 | |
| 19577603 | 8 months ago | | | 0 | 0.00090929204 | |
| 19032970 | 10 months ago | | | 0 | 0.0082583141 | |
| 19032969 | 10 months ago | | | 0 | 0.0037792227 | |
| 18942600 | a year ago | | | 0 | 0.00075580349 | |
| 18270005 | a year ago | | | 0 | 0.00050202208 | |
| 17843512 | a year ago | | | 0 | 0.0021570699 | |
| 17569914 | a year ago | | | 0 | 0.0011380206 |
ABI
ABI objects
Getter at block 21294747
decimals() view returns (uint8)
18
name() view returns (string)
PUGLIFE
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PUGL
totalFees() view returns (uint256)
116190939684011653961691735379208
totalSupply() view returns (uint256)
500000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimal_, uint256 totalSupply_, address charity_address_, address marketing_address_)
This contract contains no fallback and receive objects.
This contract contains no error objects.