CustomMintableERC20

Verified contract

Implementation

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

No balances found for "CustomMintableERC20"

No transactions found for "CustomMintableERC20"


Functions
Getter at block 20885297
_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)
burn(uint256 value
changeTeamAccount(address newTeam
claimOwnership(
init(address _creatoruint256 _initSupplystring _namestring _symboluint8 _decimalsuint256 _tradeBurnRatiouint256 _tradeFeeRatioaddress _team
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.