Funny Heroes
Verified contract
Active on
Ethereum with 31 txns
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 |
---|---|---|---|---|---|
FUNNY | ERC-20 | 425M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13354748 | 3 years ago | | | 0 | 0.0052093533 | |
| 13352563 | 3 years ago | | | 0 | 0.0035412000 | |
| 13352525 | 3 years ago | | | 0 | 0.0022512158 | |
| 13352449 | 3 years ago | | | 0 | 0.0031005786 | |
| 13352407 | 3 years ago | | | 0 | 0.0017652520 | |
| 13352375 | 3 years ago | | | 0 | 0.0025449424 | |
| 13352367 | 3 years ago | | | 0 | 0.0030019974 | |
| 13352358 | 3 years ago | | | 0 | 0.020611368 | |
| 13352343 | 3 years ago | | | 0 | 0.0026874956 | |
| 13352343 | 3 years ago | | | 0 | 0.0033556078 |
ABI
ABI objects
Getter at block 21226133
TOKEN_TYPE() view returns (uint256)
1
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
name() view returns (string)
Funny Heroes
ownerAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FUNNY
totalSupply() view returns (uint256)
800000000000000000000000000
uniswapv2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
callState(address _address) view returns (bool)
State-modifying
Events airdropRewards(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
renounceOwnership()
singleCall(address _address)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 supply, address router)
This contract contains no fallback and receive objects.
This contract contains no error objects.