test

Unverified contract

Proxy

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

No balances found for "test"

0x71057348fa57322bda5eb09fc82d0d4d32e20be3ea0c8e07803b850108aa8049
0xdd4868e219bd72f8093790643f7c90d72263265321b955708a5f39c7128f7f7e
0x1502347049ffff945bea8fc82adae55cff5515a537fb9d6dc09b641ff83c8791

Functions
Getter at block 21285107
__name(view returns (string)
test
__symbol(view returns (string)
test
decimals(view returns (uint8)
18
name(view returns (string)
test
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
test
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(string _namestring _symbol
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

This contract contains no constructor objects.

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