DeFiWizard Token
Verified contract
Active on
Ethereum with 2,299 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 "DeFiWizard Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20517174 | 4 months ago | | | 0 | 0.000030874133 | |
| 20453529 | 4 months ago | | | 0 | 0.000065160200 | |
| 20410079 | 4 months ago | | | 0 | 0.000035900866 | |
| 20410078 | 4 months ago | | | 0 | 0.000036930063 | |
| 20410071 | 4 months ago | | | 0 | 0.000057715971 | |
| 20089965 | 6 months ago | | | 0 | 0.00015536010 | |
| 19594037 | 8 months ago | | | 0 | 0.00026335755 | |
| 19593086 | 8 months ago | | | 0 | 0.00026326362 | |
| 19104684 | 10 months ago | | | 0 | 0.00072165266 | |
| 18898883 | a year ago | | | 0 | 0.00066199457 |
ABI
ABI objects
Getter at block 21329766
DOMAIN_SEPARATOR() view returns (bytes32)
0xda2c05c7035c47da82b28363140c133c7c11bb0ccd51febd569253b3c69a6a4b
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
governance() view returns (address)
0x843f54fbf268dabe93f16e366433e16204944b1a
name() view returns (string)
DeFiWizard Token
owner() view returns (address)
0x843f54fbf268dabe93f16e366433e16204944b1a
symbol() view returns (string)
DWZ
totalSupply() view returns (uint256)
1000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverToken(address token, address destination, uint256 amount)
renounceOwnership()
setGovernance(address _governance)
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)
RecoverToken(address indexed token, address indexed destination, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.