CustomERC20

Verified contract

Implementation

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

No balances found for "CustomERC20"

0xd749c01b29a4bf45a32b317dceefaae510fd8d37cff72629766c5288419674ee
From

Functions
Getter at block 21187804
_NEW_OWNER_(view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
0
isMintable(view returns (bool)
false
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
approve(address spenderuint256 amountreturns (bool)
burn(uint256 value
changeTeamAccount(address newTeam
claimOwnership(
init(address _creatoruint256 _initSupplystring _namestring _symboluint8 _decimalsuint256 _tradeBurnRatiouint256 _tradeFeeRatioaddress _teambool _isMintable
initOwner(address newOwner
mint(address useruint256 value
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Burn(address indexed useruint256 value
ChangeTeam(address oldTeamaddress newTeam
Mint(address indexed useruint256 value
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.