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 "test2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19727876 | 3 months ago | | | 0 | 0.000024707254 | |
| 19727865 | 3 months ago | | | 0 | 8.4757070e-7 |
ABI
ABI objects
Getter at block 23831588
DOMAIN_SEPARATOR() view returns (bytes32)
0x1eb62674f8c43f510075382f07585f371603d52141c33ac94b1b510a7881cd5f
decimals() view returns (uint8)
18
name() view returns (string)
test2
owner() view returns (address)
0x10a6d5234d5d026df132c31239f462be82589ea8
symbol() view returns (string)
test2
totalSupply() view returns (uint256)
10000000000000000000000000000
whitelistContract() view returns (address)
0xa2d0a41556bbcb4049134cf6e30b34160d4e1ff1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setWhitelistContract(address _whitelistContract)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetWhitelistContract(address _whitelistContract)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner, string name, string symbol, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.