X
Unverified contract
Proxy
Active on
Base with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "X"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2353058 | a year ago | | | 0 | 0.0000048674627 | |
| 2351895 | a year ago | | | 0 | 0.0000049046631 |
ABI
ABI objects
Getter at block 22012654
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0xb43bca701d5c8bb1e0b1a3cccf6a0c34ff82fcb2
decimals() view returns (uint8)
18
name() view returns (string)
X
symbol() view returns (string)
X
team() view returns (address)
0xb43bca701d5c8bb1e0b1a3cccf6a0c34ff82fcb2
totalSupply() view returns (uint256)
420695555555555000000000000000000
tradeBurnRatio() view returns (uint256)
0
tradeFeeRatio() view returns (uint256)
100
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
State-modifying
Events abandonOwnership(address zeroAddress)
approve(address spender, uint256 amount) returns (bool)
changeTeamAccount(address newTeam)
claimOwnership()
init(address _creator, uint256 _totalSupply, string _name, string _symbol, uint8 _decimals, uint256 _tradeBurnRatio, uint256 _tradeFeeRatio, address _team)
initOwner(address newOwner)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ChangeTeam(address oldTeam, address newTeam)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.