Ape

Verified contract

Active on Ethereum with 6,309 txns
Deployed by via 0x3c25cb96 at 20137315
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.73
0x78207f8ebd386c0dbd8ebb5424735238055f4f3d32a09f83bd1f848449427891
0x7acde13574735ae319aa9b69bb8dc462b480db30b640f456428deca303da04fa
0x666fc7f92aeffbb3a223007446f47ac53b81543d891e44f2484a7d0ab3d4264e
0xb32a9fab03afc7fb482c2027dd253132e58b085c029eb3aba87a55585d83c75b
0x496d5ff33711b9eb711c9448ac2bb538dfe516fc7af5a2fd77695672552f8915
0xe1d3077e676df41229c70a26187dda0329456045358d131efbd804171317a0ef
0x9203eea4b6566625b9516a49363116b1b907c3edcfc2827e99e253093a8cc3cd
0x3c1a33efe61036cfcceda6220e7a5260910775fa12916b98bc117b309de17ad2
0x8da3efd663fb241cf17e94be9b73488ee97485ea528b4d267a27707e9b38a7fd
0x8040971ea5239bb1eeb7659a313b1302de7cf75c2a296f8ef43903d7d22110b1

Functions
Getter at block 21246564
decimals(view returns (uint8)
18
name(view returns (string)
Ape
symbol(view returns (string)
APE
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender