KUNGFUPANDA
Verified contract
Active on
Ethereum with 22 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "KUNGFUPANDA"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12981494 | 3 years ago | | | 0 | 0.0028318030 | |
| 12964648 | 3 years ago | | | 0 | 0.0017176510 | |
| 12963573 | 3 years ago | | | 0 | 0.0020426120 | |
| 12963471 | 3 years ago | | | 0 | 0.0035745710 | |
| 12963462 | 3 years ago | | | 0 | 0.0017872855 | |
| 12963450 | 3 years ago | | | 0 | 0.0019497660 | |
| 12963436 | 3 years ago | | | 0 | 0.0019961890 | |
| 12963426 | 3 years ago | | | 0 | 0.0019961890 | |
| 12963420 | 3 years ago | | | 0 | 0.0011935350 | |
| 12963418 | 3 years ago | | | 0 | 0.0011795069 |
ABI
ABI objects
Getter at block 21093165
_totalSupply() view returns (uint256)
1000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
KUNGFUPANDA
symbol() view returns (string)
KUNGFUPANDA
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.