Wealth Builder Token
Verified contract
Active on
Ethereum with 597 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 "Wealth Builder Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191797 | 12 days ago | | | 0 | 0.00041738400 | |
| 21191685 | 12 days ago | | | 0 | 0.00073293497 | |
| 19874744 | 6 months ago | | | 0 | 0.00024540000 | |
| 19754071 | 7 months ago | | | 0 | 0.00024550470 | |
| 19739151 | 7 months ago | | | 0 | 0.00036049952 | |
| 19739109 | 7 months ago | | | 0 | 0.00022566834 | |
| 19738942 | 7 months ago | | | 0 | 0.00045505809 | |
| 19738891 | 7 months ago | | | 0 | 0.00033212652 | |
| 19690762 | 7 months ago | | | 0 | 0.0010922940 | |
| 19689030 | 7 months ago | | | 0 | 0.00024394640 |
ABI
ABI objects
Getter at block 21275072
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
false
mrate() view returns (uint256)
10000000
name() view returns (string)
Wealth Builder Token
owner() view returns (address)
0x2a73acb5b9bba54dad6449f823029185c5858f80
rate() view returns (uint256)
10560183407
symbol() view returns (string)
WBT
totalSupply() view returns (uint256)
398788872679117947377355
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _addr, uint256 _amount)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setRate(uint256 _rate)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.