This contract is being backfilled. You may encounter incomplete storage history.

CustomERC20

Verified contract

Implementation

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

No balances found for "CustomERC20"

No transactions found for "CustomERC20"


Functions
Getter at block 20797802
_NEW_OWNER_(view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
0
name(view returns (string)
symbol(view returns (string)
team(view returns (address)
0x0000000000000000000000000000000000000000
totalSupply(view returns (uint256)
0
tradeBurnRatio(view returns (uint256)
0
tradeFeeRatio(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256 balance)
State-modifying
abandonOwnership(address zeroAddress
approve(address spenderuint256 amountreturns (bool)
changeTeamAccount(address newTeam
claimOwnership(
init(address _creatoruint256 _totalSupplystring _namestring _symboluint8 _decimalsuint256 _tradeBurnRatiouint256 _tradeFeeRatioaddress _team
initOwner(address newOwner
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ChangeTeam(address oldTeamaddress newTeam
OwnershipTransferPrepared(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.