Urbs Token
Verified contract
Active on
Ethereum with 34 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 "Urbs Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18664905 | a year ago | | | 0 | 0.0019510368 | |
| 18636363 | a year ago | | | 0 | 0.0015311489 | |
| 18636310 | a year ago | | | 0 | 0.0014722550 | |
| 18516132 | a year ago | | | 0 | 0.0010641652 | |
| 18510113 | a year ago | | | 0 | 0.0012751830 | |
| 18503702 | a year ago | | | 0 | 0.00062642706 | |
| 18503589 | a year ago | | | 0 | 0.00064421149 | |
| 18503581 | a year ago | | | 0 | 0.00084492637 | |
| 18503555 | a year ago | | | 0 | 0.00071356009 | |
| 18503499 | a year ago | | | 0 | 0.00061867163 |
ABI
ABI objects
Getter at block 21219956
MAX_SUPPLY() view returns (uint256)
420000000000000000000000000000
decimals() view returns (uint8)
18
gameWallet() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Urbs Token
owner() view returns (address)
0x22a3634a33847ad6ecaa3c466852b89073b0de18
symbol() view returns (string)
URBS
totalSupply() view returns (uint256)
129502004000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isGameWallet(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimPayment(address to, uint256 amount, uint256 nonce, bytes sig)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setGameWallet(address _gameWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
GameWalletUpdated(address indexed newGameWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensTransferredWithSignature(address indexed signer, address indexed receiver, uint256 quantity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.