Crowny Token
Verified contract
Active on
Ethereum with 9,361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($732.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 1.8373K | $0.398427 |
$732.03 | |
CRWNY | ERC-20 | 433.9K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134869 | 4 days ago | | | 0 | 0.00071583979 | |
| 21060248 | 14 days ago | | | 0 | 0.0010186660 | |
| 20931575 | a month ago | | | 0 | 0.00041277454 | |
| 20890045 | a month ago | | | 0 | 0.00019137275 | |
| 20883511 | a month ago | | | 0 | 0.00012953780 | |
| 20883500 | a month ago | | | 0 | 0.00022025985 | |
| 20789258 | 2 months ago | | | 0 | 0.00079163900 | |
| 20729887 | 2 months ago | | | 0 | 0.00041428759 | |
| 20726895 | 2 months ago | | | 0 | 0.000079643181 | |
| 20699170 | 2 months ago | | | 0 | 0.000066114559 |
ABI
ABI objects
Getter at block 21162597
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
900000000000000000000000000
name() view returns (string)
Crowny Token
owner() view returns (address)
0xea37b1a690fb99a465cd019993634b0299e53b84
paused() view returns (bool)
true
symbol() view returns (string)
CRWNY
totalSupply() view returns (uint256)
900000000000000000000000000
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.