ECHIDNA

Verified contract

Active on Ethereum with 297 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ECHIDNA"

0x4c0d9f2de07796ca8dd7b8817ad2be039a24f3ce31692e462b08371eed252cfd
0x6ef6b15c9807dd5b5b8e5ca7d66e292d560a3037c936364c887f4e096a86ac1f
0xea26ce92d896d62b7c3e68ecd614b39a3c04e1ba667ae4acb252c5a739975b22
0x336518babef01988091949c0a09d6f7f55af205beddc5bd82f75b3546ebf43a5
0x23b378a5e129654648e16b8b711d3a55e5027d071f63905824ea79cef74342ca
0x4e3503096cf28a349276f9e58c196fac08c09480b329688815c7c30a80fa120d
0x73f0a2f4870da765d2d0d1a58b337f3e35967ed4bcc2725c867bb590d649038e
0xc9e1db907c166357f700188462bc2d6b1b8da6cf93c4f5e0fb90143d1330a488
0xf62c8e41b9193e345a4b544e59cb7f3784556f1525f474cbc562632d97d34a69
0x25d82d90eaea824592663b10db4da5450ed52303e9869aa5526d4237a98d18a7

Functions
Getter at block 21205058
decimals(view returns (uint8)
18
limitsEnabled(view returns (bool)
false
name(view returns (string)
ECHIDNA
owner(view returns (address)
0x0000000000000000000000000000000000000000
parlayCoreSimple(view returns (address)
0x1e0ff5e61ec90bdef7162f3dc6bbd449e3e94ad7
symbol(view returns (string)
CHINA
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
removeLimits(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _totalSupply
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account