Wild Card Token
Verified contract
Active on
Ethereum with 0 txns
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 "Wild Card Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Wild Card Token"
ABI
ABI objects
Getter at block 21164642
MAX_UINT256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint256)
18
mintable() view returns (bool)
true
name() view returns (string)
Wild Card Token
owner() view returns (address)
0x9929af6d39ef15b3179e1b058f9010cf09de1867
symbol() view returns (string)
WCT
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events burn(uint256 _value) returns (bool)
mint(uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferOwnership(address newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(address _owner, string _name, string _symbol, uint256 _decimals, uint256 _totalSupply, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.