WRC Incentive Token
Verified contract
Active on
Ethereum with 54 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 "WRC Incentive Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160806 | 18 days ago | | | 0 | 0.00089014070 | |
| 20749883 | 2 months ago | | | 0 | 0.00017699892 | |
| 20749862 | 2 months ago | | | 0 | 0.00028240333 | |
| 20749857 | 2 months ago | | | 0 | 0.00017436849 | |
| 20749851 | 2 months ago | | | 0 | 0.00068504002 | |
| 20749831 | 2 months ago | | | 0 | 0.00019054902 | |
| 20749831 | 2 months ago | | | 0 | 0.00035450739 | |
| 20749829 | 2 months ago | | | 0 | 0.00035504204 | |
| 20749828 | 2 months ago | | | 0 | 0.00019039559 | |
| 20749823 | 2 months ago | | | 0 | 0.00035796670 |
ABI
ABI objects
Getter at block 21290359
adminAddr() view returns (address)
0x47a06fad9f083099138b7271c857e84388e645d8
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xdc993beabecf9d5a31cea84aa8322f7cc93877f1
name() view returns (string)
WRC Incentive Token
owner() view returns (address)
0xdc993beabecf9d5a31cea84aa8322f7cc93877f1
symbol() view returns (string)
WIT
totalMinted() view returns (uint256)
0
totalSupply() view returns (uint256)
30000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
mint(uint256 amount) returns (bool)
renounceOwnership()
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.