ZELDA

Verified contract

Active on Ethereum with 5 txns
Deployed by via 0xd17e3ecb at 20653227
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ZELDA"

0xe345968ca6d1cea0fac0cd0606b9db6c164594bb96741cd7f58f25b411bbeffa
0xec3ffec94da7d92845fcbfec3bcff93065b70f44d0b7d6af1dbd60bd92721a11
0x3ea5ea38b041549e3964c39ad19463d4e01cf5bccc4071c0e902b57db4791cbc
0x968f7241866f0c3a815980428a92f22729c7b9854470a665a6cc531bd5bd5fde
0x29a75e03ed466f0cc53051d5346d52d7ff4e93bb35f7760f0a90a76b6b91eab3

Functions
Getter at block 21019101
decimals(view returns (uint8)
18
name(view returns (string)
ZELDA
symbol(view returns (string)
ZELDA
totalSupply(view returns (uint256)
1000000000000000000000000
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